Annotation Type Menu
Annotates a query which has multiple menu items for a single query class.
annotations.properties replaces this annotation
<SimpleClassName>.menu.<nn>.category = Java Basics
<SimpleClassName>.menu.<nn>.label = 1|Special query
<SimpleClassName>.menu.<nn>.help =
where <SimpleClassName>
is the name of the class of the query without the package name
and <nn> is a 0-based sequence number to distinguish menu entries.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Annotates aMenu
item for a particular sub-query. -
Required Element Summary
-
Element Details
-
value
Menu.Entry[] value
-