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 a org.uberfire.client.workbench.widgets.menu.WorkbenchMenuBar.