|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface DocumentationExampleUsed to mark a method as an example method to be used in the generated documentation.
| Optional Element Summary | |
|---|---|
boolean |
exclude
Whether to exclude this example. |
ExampleType[] |
validTypes
Valid types for documentation examples. |
java.lang.String |
value
The value of this documentation example. |
public abstract boolean exclude
public abstract java.lang.String value
public abstract ExampleType[] validTypes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||