Package org.dwcj.annotations
Annotation Type 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
-
Element Details
-
value
String value- Default:
- "light"
-