You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2015/01/23 00:22:05 UTC

svn commit: r1654097 - /sling/site/trunk/content/documentation/bundles/models.mdtext

Author: sseifert
Date: Thu Jan 22 23:22:05 2015
New Revision: 1654097

URL: http://svn.apache.org/r1654097
Log:
SLING-4112 recommend StaticInjectAnnotationProcessorFactory as entry point for custom annotation processor factories

Modified:
    sling/site/trunk/content/documentation/bundles/models.mdtext

Modified: sling/site/trunk/content/documentation/bundles/models.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/models.mdtext?rev=1654097&r1=1654096&r2=1654097&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/models.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/models.mdtext Thu Jan 22 23:22:05 2015
@@ -401,7 +401,7 @@ Those annotations replace `@Via`, `@Filt
  
 ## Custom Annotations
 
-To create a custom annotation, implement the `org.apache.sling.models.spi.injectorspecific.InjectAnnotationProcessorFactory` interface.
+To create a custom annotation, implement the `org.apache.sling.models.spi.injectorspecific.StaticInjectAnnotationProcessorFactory` interface.
 This interface may be implemented by the same class as implements an injector, but this is not strictly necessary. Please refer to the
 injectors in [Subversion](http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/impl/src/main/java/org/apache/sling/models/impl/injectors/) for examples.