Class Transformation

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

public final class Transformation extends Object implements AnnotationsTransformation<Transformation>
Represents a transformation of an annotation target.

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

See Also: