|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface DomainAnnotation
Indicates that a particular annotation is a domain annotation.
Is used to distinguish a domain annotation from a regular annotation, so that
Daileon can identify it and act properly (either identifying its
corresponding annotations at runtime or translating it at bytecode level).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |