Uses of Interface
io.quarkus.arc.processor.AnnotationsTransformation
-
Packages that use AnnotationsTransformation Package Description io.quarkus.arc.processor -
-
Uses of AnnotationsTransformation in io.quarkus.arc.processor
Classes in io.quarkus.arc.processor with type parameters of type AnnotationsTransformation Modifier and Type Interface Description interfaceAnnotationsTransformation<T extends AnnotationsTransformation<T>>Represents a transformation of a collection ofAnnotationInstanceinstances.Subinterfaces of AnnotationsTransformation in io.quarkus.arc.processor Modifier and Type Interface Description static interfaceObserverTransformer.ObserverTransformationClasses in io.quarkus.arc.processor that implement AnnotationsTransformation Modifier and Type Class Description static classInjectionPointsTransformer.TransformationclassTransformationRepresents a transformation of an annotation target.
-