Package org.dwcj.annotations
Annotation Type 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
-
Element Details
-
value
String valueThe title of the app
-