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 2013/09/20 21:03:16 UTC

svn commit: r1525103 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations.mdtext

Author: pderop
Date: Fri Sep 20 19:03:15 2013
New Revision: 1525103

URL: http://svn.apache.org/r1525103
Log:
fixed formatting

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

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations.mdtext?rev=1525103&r1=1525102&r2=1525103&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations.mdtext Fri Sep 20 19:03:15 2013
@@ -1,9 +1,13 @@
 translation_pending: true
-Title: Apache Felix Dependency Manager - Using Annotations
+Title:Using Dependency Manager Annotations
 
-# Using Annotations
-
-Dependency Manager provides a compact and versatile java API,  allowing to declaratively and programmatically register, acquire, and  manage dynamic OSGi services. But since recently, support for  annotations has been introduced in Dependency Manager, and you can also  manage your service component dependencies using Java 5 annotations. In  this chapter, we will detail the Dependency Manager Annotations which  can be used to describe service components. We will also discuss the DM  component lifecycle and how components can interract with the dynamic  OSGi service model.
+Dependency Manager provides a compact and versatile java API, allowing to declaratively and 
+programmatically register, acquire, and  manage dynamic OSGi services. But since recently, 
+support for  annotations has been introduced in Dependency Manager, and you can also 
+manage your service component dependencies using Java 5 annotations. 
+In this chapter, we will detail the Dependency Manager annotations which  can be used to 
+describe service components. We will also discuss the DM  component lifecycle and how 
+components can interact with the dynamic OSGi service model.
 
 # Table of Contents