You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2018/10/22 09:23:25 UTC

svn commit: r1844539 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.mdtext

Author: pderop
Date: Mon Oct 22 09:23:25 2018
New Revision: 1844539

URL: http://svn.apache.org/viewvc?rev=1844539&view=rev
Log:
dm r13 updates

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.mdtext?rev=1844539&r1=1844538&r2=1844539&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.mdtext Mon Oct 22 09:23:25 2018
@@ -1480,6 +1480,11 @@ The Bundle and ServiceRegistration can a
     	}
     }
 
+## scoped services an @Start lifecycle callback
+
+When defining a scoped service with annotations, it is not possible to return service properties dynamically 
+from the start method (annotated with @Start).
+
 # Service property types
 
 So far, you could define component service properties using DM @Property annotation,