Annotation Type WorkbenchPartTitle


  • @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WorkbenchPartTitle
    Methods annotated with this provide a java.lang.String title for the WorkbenchPart. The method should have zero arguments and return a java.lang.String.