Package org.jboss.resteasy.test
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(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:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-