Module io.helidon.inject.processor
Package io.helidon.inject.processor
Class UnsupportedConstructsProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
io.helidon.inject.processor.UnsupportedConstructsProcessor
- All Implemented Interfaces:
Processor
When used will recognize constructs that are explicitly known to be unsupported in Injection's reference implementation.
Examples include:
jakarta.annotation.ManagedBeanand "javax.annotation.ManagedBean"jakarta.annotation.Resourceand "javax...."jakarta.annotation.Resourcesand "javax...."- Any scopes from jakarta.enterprise api module(s) other than ApplicationScoped, which can optionally be mapped to Singleton scope.
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.this is a Java ServiceLoader implementation and the constructor should not be used directly -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, isInitialized
-
Constructor Details
-
UnsupportedConstructsProcessor
Deprecated.this is a Java ServiceLoader implementation and the constructor should not be used directlyService loader based constructor.
-
-
Method Details
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-
getSupportedAnnotationTypes
- Specified by:
getSupportedAnnotationTypesin interfaceProcessor- Overrides:
getSupportedAnnotationTypesin classAbstractProcessor
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-