Package org.dwcj.annotations
Annotation Type AppDarkTheme
Annotates a class to set the name of the default dark 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.
@AppDarkTheme("dark")
- Author:
- Hyyan Abo Fakher
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Default:
- "dark"
-