Uses of Class
org.jboss.jandex.AnnotationTarget.Kind
-
Packages that use AnnotationTarget.Kind Package Description org.jboss.jandex 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.Kind Modifier and Type Field Description private AnnotationTarget.Kind
AnnotationTransformation.Builder. kind
Methods in org.jboss.jandex that return AnnotationTarget.Kind Modifier and Type Method Description AnnotationTarget.Kind
AnnotationTarget. kind()
Returns the kind of object this target represents.AnnotationTarget.Kind
ClassInfo. kind()
AnnotationTarget.Kind
FieldInfo. kind()
AnnotationTarget.Kind
MethodInfo. kind()
AnnotationTarget.Kind
MethodParameterInfo. kind()
AnnotationTarget.Kind
RecordComponentInfo. kind()
AnnotationTarget.Kind
TypeTarget. kind()
static AnnotationTarget.Kind
AnnotationTarget.Kind. valueOf(java.lang.String name)
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.Kind Modifier and Type Method Description default 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 Constructor Description Builder(AnnotationTarget.Kind kind)
-