|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |