public abstract class AbstractAnnotationProcessor extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
AbstractAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
error(String message) |
Elements |
getElements() |
protected static String |
javaTypeName(Element element) |
protected void |
log(String message) |
protected void |
log(Throwable e) |
protected void |
warning(String message) |
protected void |
writeFile(String packageName,
String fileName,
String text)
Helper method to produce class output text file using the given handler
|
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized, processprotected void log(String message)
protected void warning(String message)
protected void error(String message)
protected void log(Throwable e)
protected void writeFile(String packageName, String fileName, String text)
public Elements getElements()
Copyright © 2011–2017 Red Hat. All rights reserved.