Annotation Interface JavaScript.Container
- Enclosing class:
 JavaScript
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
public static @interface JavaScript.Container
Internal annotation to enable use of multiple 
JavaScript
 annotations.- 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionInternally used to enable use of multipleJavaScriptannotations. 
- 
Element Details
- 
value
JavaScript[] valueInternally used to enable use of multipleJavaScriptannotations.- Returns:
 - an array of the JavaScript annotations
 
 
 -