Package org.dwcj.annotations
Annotation Type StyleSheet.Container
- Enclosing class:
- StyleSheet
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
public static @interface StyleSheet.Container
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionA list of style sheets to inject in the app
-
Element Details
-
value
StyleSheet[] valueA list of style sheets to inject in the app
-