|
||||||||||
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 DocChapter
Defines a chapter.
Optional Element Summary | |
---|---|
boolean |
suppressCode Signals to not display the code annotated by the chapter annotations. |
String |
title The title of the chapter. |
public abstract String title
public abstract boolean suppressCode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |