Annotation Type Usage
-
@Target(TYPE) @Retention(RUNTIME) public @interface Usage
Annotates a custom usage message. The text can be replaced by translatable text in an annotations.properties file in the same package with the key<SimpleClassName>.usage =
<SimpleClassName>
is the name of the class of the query without the package name.
-
-
Element Detail
-
value
String value
-
-