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.KindAnnotationTransformation.Builder. kindMethods in org.jboss.jandex that return AnnotationTarget.Kind Modifier and Type Method Description AnnotationTarget.KindAnnotationTarget. kind()Returns the kind of object this target represents.AnnotationTarget.KindClassInfo. kind()AnnotationTarget.KindFieldInfo. kind()AnnotationTarget.KindMethodInfo. kind()AnnotationTarget.KindMethodParameterInfo. kind()AnnotationTarget.KindRecordComponentInfo. kind()AnnotationTarget.KindTypeTarget. kind()static AnnotationTarget.KindAnnotationTarget.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 booleanAnnotationTransformation. supports(AnnotationTarget.Kind kind)Returns whether this annotation transformation supports givenkindof declarations.Constructors in org.jboss.jandex with parameters of type AnnotationTarget.Kind Constructor Description Builder(AnnotationTarget.Kind kind)
-