Uses of Class
org.jboss.jandex.AnnotationTransformation.Builder
Packages that use AnnotationTransformation.Builder
Package
Description
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.BuilderModifier and TypeClassDescriptionstatic class
AnnotationTransformation.Builder<THIS extends AnnotationTransformation.Builder<THIS>>
Abstract class for annotation transformation builders.Subclasses of AnnotationTransformation.Builder in org.jboss.jandexModifier and TypeClassDescriptionstatic class
A builder of annotation transformations for classes.static class
A builder of annotation transformations for arbitrary declarations.static class
A builder of annotation transformations for fields.static class
A builder of annotation transformations for methods.static class
A builder of annotation transformations for method parameters.static class
A builder of annotation transformations for record components.