de.unihalle.informatik.Alida.annotations
Annotation Type ALDBatchInputProvider


@Retention(value=SOURCE)
@Target(value=TYPE)
@Documented
public @interface ALDBatchInputProvider

Annotation for classes acting as Alida batch input providers and implementing the ALDBatchInputIterator interface.

Author:
Birgit Moeller

Optional Element Summary
 int priority
          Priority resolves cases where more than one provider is found for a class.
 

priority

public abstract int priority
Priority resolves cases where more than one provider is found for a class.

The provider with largest priority is used, ties are resolved by chance.

Default:
1