Package org.uberfire.client.annotations
Annotation Type WorkbenchMenu
-
@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface WorkbenchMenu
Methods annotated with this provide the Menus for the WorkbenchPart. The method should have zero arguments and return aorg.uberfire.client.workbench.widgets.menu.WorkbenchMenuBar.