@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
public abstract String value
Copyright © 2020. All rights reserved.