Annotation Interface 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.

See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the tab to place this item on.
  • Element Details

    • value

      String value
      Name of the tab to place this item on.
      Returns:
      Tab name, limited to 50 characters.