Uses of Class
org.jboss.jandex.AnnotationTransformation.Builder
-
Packages that use AnnotationTransformation.Builder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of AnnotationTransformation.Builder in org.jboss.jandex
Classes in org.jboss.jandex with type parameters of type AnnotationTransformation.Builder Modifier and Type Class Description static classAnnotationTransformation.Builder<THIS extends AnnotationTransformation.Builder<THIS>>Abstract class for annotation transformation builders.Subclasses of AnnotationTransformation.Builder in org.jboss.jandex Modifier and Type Class Description static classAnnotationTransformation.ClassBuilderA builder of annotation transformations for classes.static classAnnotationTransformation.DeclarationBuilderA builder of annotation transformations for arbitrary declarations.static classAnnotationTransformation.FieldBuilderA builder of annotation transformations for fields.static classAnnotationTransformation.MethodBuilderA builder of annotation transformations for methods.static classAnnotationTransformation.MethodParameterBuilderA builder of annotation transformations for method parameters.static classAnnotationTransformation.RecordComponentBuilderA builder of annotation transformations for record components.
-