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
Subclasses with type arguments of type AnnotationTarget.Kind in org.jboss.jandexModifier and TypeClassDescriptionstatic enumSpecifies the kind of object a target represents.Fields in org.jboss.jandex declared as AnnotationTarget.KindModifier and TypeFieldDescriptionprivate final AnnotationTarget.KindAnnotationTransformation.Builder.kindMethods in org.jboss.jandex that return AnnotationTarget.KindModifier and TypeMethodDescriptionAnnotationTarget.kind()Returns the kind of object this target represents.final AnnotationTarget.KindClassInfo.kind()final AnnotationTarget.KindFieldInfo.kind()final AnnotationTarget.KindMethodInfo.kind()MethodParameterInfo.kind()RecordComponentInfo.kind()final AnnotationTarget.KindTypeTarget.kind()static AnnotationTarget.KindReturns 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 booleanAnnotationTransformation.supports(AnnotationTarget.Kind kind) Returns whether this annotation transformation supports givenkindof declarations.Constructors in org.jboss.jandex with parameters of type AnnotationTarget.Kind