Class FollowUpRequiredProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.jboss.resteasy.test.FollowUpRequiredProcessor
- All Implemented Interfaces:
Processor
@SupportedOptions("dev.resteasy.test.follow.up.level")
public class FollowUpRequiredProcessor
extends AbstractProcessor
- Author:
- James R. Perkins
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, init, isInitialized
-
Constructor Details
-
FollowUpRequiredProcessor
public FollowUpRequiredProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypes
in interfaceProcessor
- Overrides:
getSupportedAnnotationTypes
in classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-