Interface InjectAnnotationProcessorFactory
- All Known Implementing Classes:
ValueMapInjector
Deprecated.
Factory for
InjectAnnotationProcessor
that is evaluated at runtime for each
sling model adaption and may depend on the adaptable.-
Method Summary
Modifier and TypeMethodDescriptioncreateAnnotationProcessor
(Object adaptable, AnnotatedElement element) Deprecated.
-
Method Details
-
createAnnotationProcessor
Deprecated.- Parameters:
adaptable
- the object from which this model is adaptedelement
- the field or method which is annotated- Returns:
- a ModelAnnotationProcessor in case there is a known
injector-specific annotation on the given element found otherwise
null. This method should return a
InjectAnnotationProcessor2
preferably.
-
StaticInjectAnnotationProcessorFactory
preferably or in case of a dependency to the adaptableInjectAnnotationProcessorFactory2