Modifier and Type | Optional Element and Description |
---|---|
String |
authority
The authority associated with this menu item.
|
boolean |
dynamic
Whether the menu item is dynamic or not.
|
String |
menu
Name of the menu tree.
|
int |
order
Display order of this item.
|
String |
path
Path of this menu item in the whole menu tree.
|
String |
url
URL overriding.
|
String |
value
Title of this menu item.
|
public abstract String value
For example, if GET /test already have menu item with title 'Test' defined, we can annotate POST /test as a menu item with an empty title.
public abstract String url
public abstract String path
public abstract int order
public abstract String menu
public abstract boolean dynamic
public abstract String authority
Copyright © 2014. All Rights Reserved.