@Documented
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface Description
This annotation describes from java about config parameter, if this annotation located above method.
This annotation describes from java about config interface, if this annotation located above interface.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Description contents
|