@SupportedSourceVersion(value=RELEASE_6) @SupportedAnnotationTypes(value="*") @MetaInfServices(value=javax.annotation.processing.Processor.class) public class QueryParameterAnnotationProcessor6 extends AbstractProcessor
processingEnv| Constructor and Description |
|---|
QueryParameterAnnotationProcessor6() |
| Modifier and Type | Method and Description |
|---|---|
protected FileObject |
createResource(String name) |
protected void |
error(String msg) |
protected String |
getJavadoc(Element md) |
protected FileObject |
getResource(String name) |
protected void |
notice(String msg,
Element location) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
protected void |
writePropertyFile(Properties p,
String name) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorprotected void error(String msg)
protected void writePropertyFile(Properties p, String name) throws IOException
IOExceptionprotected FileObject getResource(String name) throws IOException
IOExceptionprotected FileObject createResource(String name) throws IOException
IOExceptionCopyright © 2016. All rights reserved.