@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,FIELD})
public @interface Info
Info annotation contains textual information about a module or
property.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Returns the info strings.
|