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