Author: pderop
Date: Thu Feb 4 07:44:09 2016
New Revision: 1728413
URL: http://svn.apache.org/viewvc?rev=1728413&view=rev
Log:
Added link to javadoc.
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext?rev=1728413&r1=1728412&r2=1728413&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/dm-lambda.mdtext
Thu Feb 4 07:44:09 2016
@@ -94,6 +94,10 @@ And here is a more concise version where
}
}
+## Javadoc
+
+You can find the javadoc for the new Dependency Manager Lambda library
[here](../../../../apidocs/).
+
## Adding service dependencies
Service Dependencies, unlike in the original DM API, are required by default,
and you can add a dependency using the `withSrv` methods available from the
ComponentBuilder interface.