Uses of Enum
org.jboss.jandex.AnnotationTarget.Kind
Packages that use AnnotationTarget.Kind
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of AnnotationTarget.Kind in org.jboss.jandex
Fields in org.jboss.jandex declared as AnnotationTarget.KindModifier and TypeFieldDescriptionprivate final AnnotationTarget.Kind
AnnotationTransformation.Builder.kind
Methods in org.jboss.jandex that return AnnotationTarget.KindModifier and TypeMethodDescriptionAnnotationTarget.kind()
Returns the kind of object this target represents.final AnnotationTarget.Kind
ClassInfo.kind()
final AnnotationTarget.Kind
FieldInfo.kind()
final AnnotationTarget.Kind
MethodInfo.kind()
MethodParameterInfo.kind()
RecordComponentInfo.kind()
final AnnotationTarget.Kind
TypeTarget.kind()
static AnnotationTarget.Kind
Returns the enum constant of this type with the specified name.static AnnotationTarget.Kind[]
AnnotationTarget.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jandex with parameters of type AnnotationTarget.KindModifier and TypeMethodDescriptiondefault boolean
AnnotationTransformation.supports
(AnnotationTarget.Kind kind) Returns whether this annotation transformation supports givenkind
of declarations.Constructors in org.jboss.jandex with parameters of type AnnotationTarget.Kind