commit | eff7ff771a2a1d8f37a37f28f23fb018b9684f8f | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Mon Dec 07 15:33:57 2009 +0000 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Mon Dec 07 15:33:57 2009 +0000 |
tree | a33711e454c6214fadd9886f92d97f54240147b6 | |
parent | 057c1dc4327047d1db45f89925a76703eaf049a4 [diff] |
FELIX-1898 : Extend SCR Plugin to support new updated method declaration. Apply patch by Felix Meschberger git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@887955 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Reference.java b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Reference.java index 760b3b9..9db25db 100644 --- a/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Reference.java +++ b/scr-annotations/src/main/java/org/apache/felix/scr/annotations/Reference.java
@@ -95,6 +95,12 @@ String unbind() default ""; /** + * The name of the method to be called when the bound service updates its + * service registration properties. By default this is not set. + */ + String updated() default ""; + + /** * The reference strategy for the reference. This can either be * {@link ReferenceStrategy#EVENT} in which case the bind and unbind * methods are used or it can be {@link ReferenceStrategy#LOOKUP}