Uses of Enum
org.jboss.jandex.AnnotationTarget.Kind
-
Uses of AnnotationTarget.Kind in org.jboss.jandex
Methods 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.