Author: mykee
Date: Mon Sep 14 20:10:28 2009
New Revision: 814826

URL: http://svn.apache.org/viewvc?rev=814826&view=rev
Log:
SLING-1080: deprecated to keep the API as clean as possible

Modified:
    
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/scripting/SlingScriptResolver.java

Modified: 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/scripting/SlingScriptResolver.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/scripting/SlingScriptResolver.java?rev=814826&r1=814825&r2=814826&view=diff
==============================================================================
--- 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/scripting/SlingScriptResolver.java
 (original)
+++ 
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/scripting/SlingScriptResolver.java
 Mon Sep 14 20:10:28 2009
@@ -22,6 +22,10 @@
  * The <code>ScriptResolver</code> interface defines the API for a service
  * capable of locating scripts. Where the script is actually located is an
  * implementation detail of the service implementation.
+ * 
+ * @deprecated The SlingScriptResolver interface is intended to be implemented 
+ * and also used by project specific code. To keep the API as clean as 
possible 
+ * this interface was deprecated
  */
 public interface SlingScriptResolver {
 


Reply via email to