Class AnnotationTransformation.Builder<THIS extends AnnotationTransformation.Builder<THIS>>

java.lang.Object
org.jboss.jandex.AnnotationTransformation.Builder<THIS>
Type Parameters:
THIS - type of this builder
Direct Known Subclasses:
AnnotationTransformation.ClassBuilder, AnnotationTransformation.DeclarationBuilder, AnnotationTransformation.FieldBuilder, AnnotationTransformation.MethodBuilder, AnnotationTransformation.MethodParameterBuilder, AnnotationTransformation.RecordComponentBuilder
Enclosing interface:
AnnotationTransformation

public abstract static class AnnotationTransformation.Builder<THIS extends AnnotationTransformation.Builder<THIS>> extends Object
Abstract class for annotation transformation builders.
See Also: