Author: pete.muir(a)jboss.org
Date: 2009-10-18 08:51:53 -0400 (Sun, 18 Oct 2009)
New Revision: 4180
Modified:
api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java
Log:
fix contract
Modified: api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java
===================================================================
---
api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java 2009-10-18
12:47:27 UTC (rev 4179)
+++
api/trunk/weld-spi/src/main/java/org/jboss/weld/manager/api/WeldManager.java 2009-10-18
12:51:53 UTC (rev 4180)
@@ -108,8 +108,7 @@
* A helper method to allow integration code to easily fire the
ProcessInjectionTarget
* for Java EE component classes supporting injection
*
- * The container must use the returned InjectionTarget to create, inject, dispose of
- * and call the lifecycle callbacks for the Java EE components
+ * The container must use the returned InjectionTarget to inject the Java EE
component.
*
* @param <X>
* @param type
Show replies by date