Annotation Type StyleSheet.Container
-
@Retention(RUNTIME) @Target(TYPE) @Documented public static @interface StyleSheet.Container
Internal annotation to enable use of multipleStyleSheetannotations.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StyleSheet[]valueInternally used to enable use of multipleStyleSheetannotations.
-
-
-
Element Detail
-
value
StyleSheet[] value
Internally used to enable use of multipleStyleSheetannotations.- Returns:
- an array of the style sheet annotations
-
-