@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ToolBarOrder
ToolBarOrder Annotation is used for ToolBarService
ordering.ToolBarService| Modifier and Type | Required Element and Description |
|---|---|
int |
value
Returns the order priority.
|