@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Namespace
This annotation can also be applied in a more Java-like fashion on each method. Further, a namespace annotation with an empty value can be used to indicate that the identifier does not support namespaces (such as macros).
Generator| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value |