Class RuntimeProcessingEnvironmentSupplier

java.lang.Object
org.microbean.construct.RuntimeProcessingEnvironmentSupplier
All Implemented Interfaces:
AutoCloseable, Supplier<ProcessingEnvironment>

A utility class that can supply a ProcessingEnvironment suitable for use at runtime.

Most users should simply use an appropriate DefaultDomain instead of working directly with instances of this class.

Author:
Laird Nelson
See Also: