@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 |
|---|---|
java.lang.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?
|
Copyright © 2013 API Design. All Rights Reserved.