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