Interface AptContext

All Superinterfaces:
CodegenContext

public interface AptContext extends CodegenContext
Annotation processing code generation context.
  • Method Details

    • create

      static AptContext create(ProcessingEnvironment env, Set<Option<?>> options)
      Create context from the processing environment, and a set of additional supported options.
      Parameters:
      env - processing environment
      options - supported options
      Returns:
      a new annotation processing context
    • aptEnv

      Annotation processing environment.
      Returns:
      environment