public static JsNamespace
Provides a default namespace for @JsExport annotations which don't specify a value. The
computed fully qualified export symbol will be a combination of the nearest enclosing
\@JsNamespace and the Java name of the method or field @JsExport is applied to. If applied to
package-info.java, applies to all types in a package.
- See Also:
- Serialized Form