Author: pete.muir(a)jboss.org
Date: 2009-07-29 18:38:33 -0400 (Wed, 29 Jul 2009)
New Revision: 3357
Modified:
ri/trunk/spi/src/main/java/org/jboss/webbeans/bootstrap/spi/Deployment.java
Log:
clarify
Modified: ri/trunk/spi/src/main/java/org/jboss/webbeans/bootstrap/spi/Deployment.java
===================================================================
--- ri/trunk/spi/src/main/java/org/jboss/webbeans/bootstrap/spi/Deployment.java 2009-07-29
22:25:02 UTC (rev 3356)
+++ ri/trunk/spi/src/main/java/org/jboss/webbeans/bootstrap/spi/Deployment.java 2009-07-29
22:38:33 UTC (rev 3357)
@@ -119,9 +119,13 @@
* Get the bean deployment archives which are accessible by this deployment
* and adjacent to it in the deployment archive graph.
*
- * The bean deployment archives will be processed in the order specified.
+ * The bean deployment archives will be processed in using the natural order
+ * of the list.
*
- * Circular dependencies will be detected and ignored by the container
+ * Cycles in the accessible BeanDeploymentArchive graph are allowed. If a
+ * cycle is detected by Web Beans, it will be automatically removed by Web
+ * Beans. This means any implementor of this interface don't need to worry
+ * about circularities.
*
* @return the ordered accessible bean deployment archives
*
Show replies by date