Author: pderop
Date: Thu Mar 12 22:36:12 2015
New Revision: 1666329
URL: http://svn.apache.org/r1666329
Log:
Formatting (take II).
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext?rev=1666329&r1=1666328&r2=1666329&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/components.mdtext
Thu Mar 12 22:36:12 2015
@@ -64,10 +64,10 @@ then tracked.
1. The service is instantiated.
2. The following special objects are injected through reflection on class
fields, if
they exist (but you can deactivate this behavior from the API):
- * BundleContext
- * ServiceRegistration
- * DependencyManager
- * Component
+ * BundleContext
+ * ServiceRegistration
+ * DependencyManager
+ * Component
3. *autoconfig* dependencies are injected through reflection on class fields,
if they exist. If an *autoconfig*
optional dependency is unavailable, a NullObject is then injected.
4. Required dependency callbacks defined from the Activator are called.