Interface InjectAnnotationProcessorFactory

    • Method Detail

      • createAnnotationProcessor

        InjectAnnotationProcessor createAnnotationProcessor​(java.lang.Object adaptable,
                                                            java.lang.reflect.AnnotatedElement element)
        Deprecated.
        Parameters:
        adaptable - the object from which this model is adapted
        element - 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.