Class LifecycleAfterTransformationVisitor

All Implemented Interfaces:
GroovyClassVisitor, GroovyCodeVisitor, ErrorCollecting

public class LifecycleAfterTransformationVisitor extends BaseVisitor

AST transformation visitor which is triggered after applying AnnotationProcessor related transformations.

See Also:
  • Constructor Details

    • LifecycleAfterTransformationVisitor

      public LifecycleAfterTransformationVisitor(SourceUnit sourceUnit, ReaderSource source, ProcessingContextInformation pci)
      Creates a visitor that runs lifecycle hooks after annotation processors and domain-model injection.
      Parameters:
      sourceUnit - the source unit currently being transformed
      source - the reader source backing the source unit
      pci - per-class processing context shared across the contracts pipeline
  • Method Details