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



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