Annotation Interface JS.Import
- Enclosing class:
JS
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueDenotes the name of the JavaScript class that is being imported. The default value is an empty string, which means that the name of the JavaScript class corresponds to the name of the Java class. Example usage:@JS.Import("HTMLDocument") public class HTMLDocumentImpl extends JSObject { }
- Returns:
- Name of the JavaScript class that the annotated Java class should correspond to.
- Default:
""
-