Author: buildbot
Date: Tue Oct  9 15:57:08 2018
New Revision: 1036209

Log:
Staging update by buildbot for felix

Modified:
    websites/staging/felix/trunk/content/   (props changed)
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct  9 15:57:08 2018
@@ -1 +1 @@
-1843301
+1843304

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dm-annotations.html
 Tue Oct  9 15:57:08 2018
@@ -283,7 +283,7 @@ will only be activated when all required
 <p>Applying this annotation on top of a java class let it be a service 
component. All directly implemented 
 interfaces will be registered in the osgi registry, but you can control the 
provided interfaces using the <code>provides</code> attribute.
 Sometimes, your class implements some interfaces, but yet you don't want them 
to be registered, in this case, declaring <code>provides={}</code> ensures that
-no services will be registered. However, the component can still define 
service dependencies and it will be invoked in the @tart callback when all 
required 
+no services will be registered. However, the component can still define 
service dependencies and it will be invoked in the @Start callback when all 
required 
 dependencies are satisfied.</p>
 <p>The default public constructor is used to initialize the component, but you 
can also specify a static method that will be used to instantiate the component 
(using the
 <code>factoryMethod</code> attribute). This allows for example to create the 
component instance using a dynamic proxy.</p>
@@ -1647,7 +1647,7 @@ in the following, the service properties
 <span class="o">}</span>
 </pre></div>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1843301 by pderop on Tue, 9 Oct 2018 15:22:08 +0000
+        Rev. 1843304 by pderop on Tue, 9 Oct 2018 15:56:51 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to