commit | 0c6044ada6695a1f58f6b027ad8792837e0a3d6b | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Tue Feb 22 17:06:26 2011 +0000 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Tue Feb 22 17:06:26 2011 +0000 |
tree | dcd0d71c6d9dfe2fe616ca6bed9a57b2642888f1 | |
parent | 51f9d56faf08510d2ed59df7c2834d48cd60127e [diff] |
Add version information git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1073412 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java b/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java index eab1ee0..d3b345c 100644 --- a/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java +++ b/scrplugin/annotations/src/main/java/org/apache/felix/scr/annotations/Services.java
@@ -23,7 +23,7 @@ /** * 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)