Class Transformation

java.lang.Object
io.quarkus.arc.processor.Transformation
All Implemented Interfaces:
AnnotationsTransformation<Transformation>

public final class Transformation extends Object
Represents a transformation of an annotation target.

The transformation is not applied until the AnnotationsTransformation.done() method is invoked.

See Also: