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


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

Annotation for classes acting as Alida data conversion provider and implementing the ALDDataConverter interface.

A data converter provider class NOT annotated with ALDDataConverterProvider 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