-
Returns the kind of value that represents the component type of this array if it can be determined.
AnnotationValue.ArrayValue.kind()
AnnotationValue.BooleanValue.kind()
AnnotationValue.ByteValue.kind()
AnnotationValue.CharacterValue.kind()
AnnotationValue.ClassValue.kind()
AnnotationValue.DoubleValue.kind()
AnnotationValue.EnumValue.kind()
AnnotationValue.FloatValue.kind()
AnnotationValue.IntegerValue.kind()
Returns the kind of this value.
AnnotationValue.LongValue.kind()
AnnotationValue.NestedAnnotation.kind()
AnnotationValue.ShortValue.kind()
AnnotationValue.StringValue.kind()
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.