Class SubscribeAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.palladiosimulator.analyzer.slingshot.eventdriver.annotationprocessor.SubscribeAnnotationProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.palladiosimulator.analyzer.slingshot.eventdriver.annotations.Subscribe")
@SupportedSourceVersion(RELEASE_11)
public class SubscribeAnnotationProcessor
extends AbstractProcessor
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
Constructor Details
-
SubscribeAnnotationProcessor
public SubscribeAnnotationProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-