Annotation Type AppTitle


@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface AppTitle
Annotates a class to set the title of the DWC app. The annotation can be used on the class level only and the class must extend `org.dwcj.App` in order for the annotation to be processed.
 
 @AppTitle("My App")
 
 
Author:
Hyyan Abo Fakher
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The title of the app
  • Element Details

    • value

      String value
      The title of the app