Annotation Type Tab
-
@Retention(RUNTIME) @Target(METHOD) public @interface Tab
Method Annotation for determining Tab the given element should appear on.If not specified Plan places the item on the default tab.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Name of the tab to place this item on.
-