Class ModelTypeProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
io.fluxzero.sdk.modeling.ModelTypeProcessor
- All Implemented Interfaces:
Processor
SDK-local provider for independent Model indexing. Both SDK and common order their observer before their own
claiming processors, regardless of JAR order. Explicit processor lists must retain that ordering.
-
Field Summary
FieldsFields inherited from class AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment arg0) booleanprocess(Set<? extends TypeElement> arg0, RoundEnvironment arg1) Methods inherited from class AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
Field Details
-
TYPES_FILE
- See Also:
-
-
Constructor Details
-
ModelTypeProcessor
public ModelTypeProcessor()
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-