Uses of Interface
javax.annotation.processing.ProcessingEnvironment
Package
Description
Facilities for declaring annotation processors and for
allowing annotation processors to communicate with an annotation processing
tool environment.
-
Uses of ProcessingEnvironment in javax.annotation.processing
Modifier and TypeFieldDescriptionprotected ProcessingEnvironment
AbstractProcessor.processingEnv
Processing environment providing by the tool framework.Modifier and TypeMethodDescriptionvoid
AbstractProcessor.init
(ProcessingEnvironment processingEnv) Initializes the processor with the processing environment.void
Processor.init
(ProcessingEnvironment processingEnv) Initializes the processor with the processing environment.