Package org.uberfire.client.annotations
Annotation Type WorkbenchPartTitle
-
@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface WorkbenchPartTitle
Methods annotated with this provide ajava.lang.Stringtitle for the WorkbenchPart. The method should have zero arguments and return ajava.lang.String.