org.stjs.javascript.annotation
Annotation Type Namespace


@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

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2012. All Rights Reserved.