public class ProcessorContext
extends java.lang.Object
| Constructor and Description |
|---|
ProcessorContext(javax.annotation.processing.ProcessingEnvironment processingEnv)
Allocates a ProcessorContext with the given
processingEnv |
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.util.Elements |
getElements() |
javax.annotation.processing.Filer |
getFiler() |
javax.annotation.processing.Messager |
getMessager() |
javax.lang.model.util.Types |
getTypes() |