@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE,CONSTRUCTOR,METHOD,FIELD})
@Documented
public @interface JsNamespace
@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.