@SupportedOptions(value={"com.sun.tools.javac.sym.Jar","com.sun.tools.javac.sym.ExtraApiClassPath","com.sun.tools.javac.sym.Dest"}) @SupportedAnnotationTypes(value="*") public class StripClassesForApiJar extends AbstractProcessor
This is NOT part of any API supported by Sun Microsystems. 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 |
|---|
StripClassesForApiJar() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> tes,
RoundEnvironment renv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic boolean process(Set<? extends TypeElement> tes, RoundEnvironment renv)
process in interface Processorprocess in class AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorCopyright © 2018 JBoss by Red Hat. All Rights Reserved.