Class WiredProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.invirgance.convirgance.wiring.annotation.WiredProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("com.invirgance.convirgance.wiring.annotation.Wiring")
@SupportedSourceVersion(RELEASE_17)
@AutoService(javax.annotation.processing.Processor.class)
public class WiredProcessor
extends AbstractProcessor
Used by the javac compiler to process the
Wiring
annotation- Author:
- jbanes
-
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
-
WiredProcessor
public WiredProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-