Uses of Interface
javax.annotation.processing.ProcessingEnvironment
Packages that use 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
Fields in javax.annotation.processing declared as ProcessingEnvironmentModifier and TypeFieldDescriptionprotected ProcessingEnvironmentAbstractProcessor.processingEnvProcessing environment providing by the tool framework.Methods in javax.annotation.processing with parameters of type ProcessingEnvironmentModifier and TypeMethodDescriptionvoidAbstractProcessor.init(ProcessingEnvironment processingEnv) Initializes the processor with the processing environment by setting theprocessingEnvfield to the value of theprocessingEnvargument.voidProcessor.init(ProcessingEnvironment processingEnv) Initializes the processor with the processing environment.