|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value=TYPE) @Documented public @interface ALDBatchInputProvider
Annotation for classes acting as Alida batch input providers and
implementing the ALDBatchInputIterator
interface.
Optional Element Summary | |
---|---|
int |
priority
Priority resolves cases where more than one provider is found for a class. |
public abstract int priority
The provider with largest priority is used, ties are resolved by chance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |