Annotation Type Kind
-
@Target(TYPE) @Retention(RUNTIME) public @interface Kind
Allows to specify whichKindvalue should be used to refer to instance of the annotated class. If not provided, a default value is computed based on the annotated class name. See HasMetadata#getKind for more details.
-
-
Element Detail
-
value
String value
-
-