saker.java.compiler Documentation TaskDoc JavaDoc Packages
public interface ProcessorCreationContext
Context interface provided to ProcessorCreators when the annotation processors are being instantiated.

The context provides access to some features of the build environment in order for processor creators to be able to perform operations related to creating the processor instances.

The interface doesn't provide any dependency management related functionality. If a processor creator needs to report dependencies then it should do that when it is being constructed.

Clients shouldn't implement this interface.

Methods
public SakerEnvironment
Gets the build environment.
Gets the build environment.

Callers shouldn't expect the returned build environment to have any specific properties that they previously retrieved.

The processor creation may run on completely different build environment than the one that was used to instantiate the ProcessorCreator itself.

The environment.