@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Description
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
useJavaDoc
Use annotated method's javadoc to extract description that
supports html markdown.
|
java.lang.String |
value
Simple description text as String.
|