Author: cziegeler
Date: Tue Feb 22 17:06:26 2011
New Revision: 1073412

URL: http://svn.apache.org/viewvc?rev=1073412&view=rev
Log:
Add version information

Modified:
    
felix/trunk/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java

Modified: 
felix/trunk/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java?rev=1073412&r1=1073411&r2=1073412&view=diff
==============================================================================
--- 
felix/trunk/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
 (original)
+++ 
felix/trunk/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
 Tue Feb 22 17:06:26 2011
@@ -23,7 +23,7 @@ import java.lang.annotation.*;
 /**
  * Allows to define multiple {@link Service} annotations for one type.
  *
- * @deprecated It's now possible to use multiple classes in the {@link 
Service} annotation.
+ * @deprecated Since 1.5. It's now possible to use multiple classes in the 
{@link Service} annotation.
  */
 @Target(ElementType.TYPE)
 @Retention(RetentionPolicy.SOURCE)


Reply via email to