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 2010/03/03 22:20:40 UTC

svn commit: r918696 - /felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java

Author: pderop
Date: Wed Mar  3 21:20:40 2010
New Revision: 918696

URL: http://svn.apache.org/viewvc?rev=918696&view=rev
Log:
fixed javadoc

Modified:
    felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java

Modified: felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java?rev=918696&r1=918695&r2=918696&view=diff
==============================================================================
--- felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java (original)
+++ felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/BundleAdapterService.java Wed Mar  3 21:20:40 2010
@@ -32,15 +32,7 @@
  * The adapter will be registered with the specified interface and existing properties 
  * from the original resource plus any extra properties you supply here.
  * It will also inherit all dependencies, and if you declare the original
- * service as a member it will be injected.
- * 
- * @param bundleStateMask the bundle state mask to apply
- * @param bundleFilter the filter to apply to the bundle manifest
- * @param adapterImplementation the implementation of the adapter
- * @param adapterInterface the interface to use when registering adapters
- * @param adapterProperties additional properties to use with the service registration
- * @param propagate <code>true</code> if properties from the bundle should be propagated to the service
- * @return a service that acts as a factory for generating bundle adapters
+ * bundle as a member it will be injected.
  */
 public @Retention(RetentionPolicy.CLASS)
 @Target(ElementType.TYPE)