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 class
AnnotationTransformation.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 class
AnnotationTransformation.ClassBuilder
A builder of annotation transformations for classes.static class
AnnotationTransformation.DeclarationBuilder
A builder of annotation transformations for arbitrary declarations.static class
AnnotationTransformation.FieldBuilder
A builder of annotation transformations for fields.static class
AnnotationTransformation.MethodBuilder
A builder of annotation transformations for methods.static class
AnnotationTransformation.MethodParameterBuilder
A builder of annotation transformations for method parameters.static class
AnnotationTransformation.RecordComponentBuilder
A builder of annotation transformations for record components.
-