@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
public @interface Namespace
This annotation is used to mark a Javascript name space for the given type. It can also be applied to the entire
package. The same namespace can be used for different Java packages. But be aware that the class names should be
unique within the same namespace!
- Author:
- acraciun