You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:54:24 UTC

[sling-org-apache-sling-models-api] 04/07: SLING-3683 - breaking apart annotation processor factory selection from injector selection

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.models.api-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git

commit d2fec0e0b02a03ca04291f04e50bd0c416d95c5a
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Mon Jun 23 19:34:43 2014 +0000

    SLING-3683 - breaking apart annotation processor factory selection from injector selection
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/api@1604914 13f79535-47bb-0310-9956-ffa450edef68
---
 .../models/spi/injectorspecific/InjectAnnotationProcessorFactory.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.java b/src/main/java/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.java
index d7ef954..326694e 100644
--- a/src/main/java/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.java
+++ b/src/main/java/org/apache/sling/models/spi/injectorspecific/InjectAnnotationProcessorFactory.java
@@ -18,9 +18,7 @@ package org.apache.sling.models.spi.injectorspecific;
 
 import java.lang.reflect.AnnotatedElement;
 
-import org.apache.sling.models.spi.Injector;
-
-public interface InjectAnnotationProcessorFactory extends Injector {
+public interface InjectAnnotationProcessorFactory {
     /**
      * 
      * @param adaptable the object from which this model is adapted

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.