Package org.kohsuke.metainf_services
Class AnnotationProcessorImpl
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.kohsuke.metainf_services.AnnotationProcessorImpl
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.kohsuke.MetaInfServices")
public class AnnotationProcessorImpl
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private Collection
<TypeElement> getContracts
(TypeElement type, MetaInfServices a) private boolean
boolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
AnnotationProcessorImpl
public AnnotationProcessorImpl()
-
-
Method Details
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getContracts
-
isObject
-
error
-