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