[weld-commits] Weld SVN: r4245 - api/trunk/cdi/src/main/java/javax/enterprise/inject.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Fri Oct 23 17:04:24 EDT 2009
Author: gavin.king at jboss.com
Date: 2009-10-23 17:04:24 -0400 (Fri, 23 Oct 2009)
New Revision: 4245
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/New.java
Log:
improve
Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/New.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/New.java 2009-10-23 21:04:15 UTC (rev 4244)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/New.java 2009-10-23 21:04:24 UTC (rev 4245)
@@ -66,6 +66,11 @@
public @interface New
{
/**
+ * <p>Selects the bean to be injected. The class
+ * must be the bean class of an enabled or disabled
+ * bean. The bean class need not be deployed in a
+ * bean deployment archive.</p>
+ *
* @return the bean class of the bean to be injected
*/
Class<?> value() default New.class;
More information about the weld-commits
mailing list