[jboss-cvs] JBossAS SVN: r62481 - projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 23 08:43:19 EDT 2007


Author: alesj
Date: 2007-04-23 08:43:18 -0400 (Mon, 23 Apr 2007)
New Revision: 62481

Modified:
   projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/CollectionCallbackItem.java
Log:
javadoc

Modified: projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/CollectionCallbackItem.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/CollectionCallbackItem.java	2007-04-23 12:31:00 UTC (rev 62480)
+++ projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/CollectionCallbackItem.java	2007-04-23 12:43:18 UTC (rev 62481)
@@ -57,6 +57,13 @@
     */
    protected abstract T getCollectionParameterHolder();
 
+   /**
+    * Fill collection impl with existing context targets.
+    *
+    * @param controller the controller
+    * @return collection holder with target beans
+    * @throws Throwable for any error
+    */
    protected T fillHolder(Controller controller) throws Throwable
    {
       if (controller instanceof KernelController)




More information about the jboss-cvs-commits mailing list