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


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

Annotation for classes acting as Alida data I/O provider and implementing the ALDDataIO interface.

A data provider class NOT annotated with ALDDataIOProvider will not be found as a provider by Alida.

Author:
Stefan Posch

Optional Element Summary
 int priority
          Priority to resolve cases where more than one DataIO provider is found for one class.
 

priority

public abstract int priority
Priority to resolve cases where more than one DataIO provider is found for one class. The provider with largest priority is used, ties are resolved by chance.

Default:
1