@SupportedOptions(value={"com.sun.tools.javac.sym.Jar","com.sun.tools.javac.sym.Dest","com.sun.tools.javac.sym.Profiles"}) @SupportedAnnotationTypes(value="*") public class CreateSymbols extends AbstractProcessor
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
processingEnv
Constructor and Description |
---|
CreateSymbols() |
Modifier and Type | Method and Description |
---|---|
SourceVersion |
getSupportedSourceVersion() |
static void |
main(String... args) |
boolean |
process(Set<? extends TypeElement> tes,
RoundEnvironment renv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
public boolean process(Set<? extends TypeElement> tes, RoundEnvironment renv)
process
in interface Processor
process
in class AbstractProcessor
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public static void main(String... args)
Copyright © 2017 earcam. All rights reserved.