|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value={TYPE,FIELD,METHOD,ANNOTATION_TYPE,CONSTRUCTOR}) @Retention(value=RUNTIME) public @interface DocPrerequisites
Defines a list of documents that should have been read prior to the annotated information.
Optional Element Summary | |
---|---|
Class<?>[] |
value The names of classes that are prerequisites. |
public abstract Class<?>[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |