Package com.vaadin.annotations
Annotation Type InternalContainerAnnotationForJS
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface InternalContainerAnnotationForJS
Annotation enabling using multiple@JavaScriptannotations.NOT meant to be used, for multiple JavaScript dependencies,
@JavaScriptshould be used instead.- Author:
- Vaadin Ltd
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description JavaScript[]valueNot to be used, instead multiple@JavaScriptannotations should be used.
-
-
-
Element Detail
-
value
JavaScript[] value
Not to be used, instead multiple@JavaScriptannotations should be used.- Returns:
- an array of the JavaScript annotations
-
-