Package jsinterop.annotations
Annotation Type JsPackage
-
@Retention(RUNTIME) @Target(PACKAGE) @Documented public @interface JsPackage
Provides a default namespace for all @JsType classes in a package by applying to 'package-info.java'.
@Retention(RUNTIME)
@Target(PACKAGE)
@Documented
public @interface JsPackage