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


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

Each Class annotated with this annotation will enable Alida's DataIO mechanism to find the class as extending another class. If a class is NOT annotated with ALDDerivedClass it will be not accepted as a value for a parameter of a super class.

Note: only non abstract classes supplying a public default constructor can be annotated.

Author:
Stefan Posch