[webbeans-commits] Webbeans SVN: r1553 - tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Feb 16 17:30:14 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-16 17:30:14 -0500 (Mon, 16 Feb 2009)
New Revision: 1553

Modified:
   tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/StandaloneContainers.java
Log:
Javadoc

Modified: tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/StandaloneContainers.java
===================================================================
--- tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/StandaloneContainers.java	2009-02-16 22:19:44 UTC (rev 1552)
+++ tck/trunk/api/src/main/java/org/jboss/jsr299/tck/spi/StandaloneContainers.java	2009-02-16 22:30:14 UTC (rev 1553)
@@ -38,6 +38,9 @@
     * The container should be in an fully initialized state when the
     * method returns
     * 
+    * Deprecated, {@link #deploy(Iterable, Iterable)} should be used with real
+    * beans.xml files. This method will be removed when the TCK is released. 
+    * 
     * @param classes the classes to deploy
     * @return the manager created as a result of initializing the container
     */




More information about the weld-commits mailing list