Annotation Interface JS.Code.Include
- Enclosing class:
JS.Code
@Retention(RUNTIME)
@Target(TYPE)
@Repeatable(JS.Code.Include.Group.class)
public static @interface JS.Code.Include
Designates the path to the JavaScript file with the code that must be included in the
image. This annotation is similar to
JS.Code
, but the content is a path to a
JavaScript resource, rather than the JavaScript code itself.
The conditions for inclusions in the image are the same as in JS.Code
, but the
difference is that if multiple included classes specify the same path, then the
respective JavaScript code is included only once (before any of the classes that include
that JavaScript file).-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-