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


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface ALDParametrizedClass

Classes annotated by this annotation are handle by Alida's DataIO. Therefore no data IO provider needs to be implemented for theses classes in most cases. Member variables to be read or written need to be annotated with ALDClassParameter.

Author:
Stefan Posch