Annotation Type AppLightTheme


@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented public @interface AppLightTheme
Annotates a class to set the name of the default light theme to be used by the application when the used theme is "system". 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.
 
 @AppLightTheme("light")
 
 
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      "light"