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