@Retention(value=CLASS) @Target(value=TYPE) public @interface ExtraJavaScript
resource() is loaded into the JavaScript VM and its object
can be referenced from the class annotated by this annotation.| Modifier and Type | Required Element and Description |
|---|---|
String |
resource
fully qualified location of a script to load.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
processByteCode
should the class file still be processed or not?
|
public abstract String resource
Copyright © 2021 API Design. All Rights Reserved.