|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
public @interface NamespaceThis 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!
| Required Element Summary | |
|---|---|
String |
value
|
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||