Package io.mateu.mdd.core.annotations
Annotation Type MateuUI
-
@Retention(RUNTIME) @Target(TYPE) public @interface MateuUI
Created by miguel on 18/1/17.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringfavIconStringlogoStringpersistenceUnitNameString[]scriptsClassserviceProviderString[]stylesheetsStringtheme
-
-
-
Element Detail
-
path
String path
-
-
-
theme
String theme
- Default:
- "mateu"
-
-
-
serviceProvider
Class serviceProvider
- Default:
- io.mateu.mdd.core.services.FakeServiceProvider.class
-
-
-
logo
String logo
- Default:
- ""
-
-
-
persistenceUnitName
String persistenceUnitName
- Default:
- ""
-
-
-
stylesheets
String[] stylesheets
- Default:
- {}
-
-
-
scripts
String[] scripts
- Default:
- {}
-
-
-
favIcon
String favIcon
- Default:
- ""
-
-