Package org.uberfire.client.annotations
Annotation Type WorkbenchPartView
-
@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface WorkbenchPartView
Methods annotated with this provide the view for the WorkbenchPart. The method should have zero arguments and return acom.google.gwt.user.client.ui.IsWidgetor preferably aorg.jboss.errai.common.client.api.IsElement.