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 22:04:32 UTC

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

Author: pderop
Date: Mon Oct 22 22:04:32 2018
New Revision: 1844603

URL: http://svn.apache.org/viewvc?rev=1844603&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=1844603&r1=1844602&r2=1844603&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 22:04:32 2018
@@ -1480,10 +1480,8 @@ 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).
+**Notice that 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