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