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


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

Annotation for classes acting as Alida batch output providers and implementing the ALDBatchOutputSummarizer 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


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.