Uses of Interface
org.apache.sling.models.spi.injectorspecific.InjectAnnotationProcessor
Package
Description
-
Uses of InjectAnnotationProcessor in org.apache.sling.models.impl.injectors
Modifier and TypeMethodDescriptionValueMapInjector.createAnnotationProcessor
(Object adaptable, AnnotatedElement element) -
Uses of InjectAnnotationProcessor in org.apache.sling.models.impl.model
Modifier and TypeMethodDescriptionboolean
InjectableElement.isOptional
(InjectAnnotationProcessor annotationProcessor) boolean
OptionalTypedInjectableElement.isOptional
(InjectAnnotationProcessor annotationProcessor) -
Uses of InjectAnnotationProcessor in org.apache.sling.models.spi.injectorspecific
Modifier and TypeInterfaceDescriptioninterface
Processor for injector-specific annotations.Modifier and TypeClassDescriptionclass
Deprecated.class
Default implementation ofInjectAnnotationProcessor2
.Modifier and TypeMethodDescriptionInjectAnnotationProcessorFactory.createAnnotationProcessor
(Object adaptable, AnnotatedElement element) Deprecated.
AbstractInjectAnnotationProcessor2
instead