Skip to content

Annotation Processor Guide

This guide describes the current annotation processor architecture in framework/deployment.

It focuses on the phased compiler path that replaced the old monolithic processor.

Architecture Overview

The processor is organized as a compiler-style phase pipeline:

Guide Contents

Entry Points

  • PipelineStepProcessor: annotation processor facade.
  • PipelineCompiler: phase orchestrator.
  • PipelineCompilationContext: mutable phase handoff contract.

Scope

This guide is canonical documentation for the current framework implementation.