Author: gavin.king(a)jboss.com
Date: 2009-10-23 23:17:10 -0400 (Fri, 23 Oct 2009)
New Revision: 4262
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java
Log:
improve
Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java 2009-10-24
03:15:50 UTC (rev 4261)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java 2009-10-24
03:17:10 UTC (rev 4262)
@@ -29,8 +29,6 @@
* }
* </pre>
*
- * <p>The bean types of a bean are determined automatically.</p>
- *
* <p>Almost any Java type may be a bean type of a bean:</tt>
*
* <ul>
@@ -49,7 +47,8 @@
* <p>A type variable is not a legal bean type. A parameterized type
* that contains a wildcard type parameter is not a legal bean type.</p>
*
- * <p>The bean types of a bean may be resticted using the
+ * <p>The bean types of a bean are determined automatically. However,
+ * the set of bean types may be resticted using the
* {@link javax.enterprise.inject.Typed @Typed} annotation.</p>
*
* <h3>Qualifiers</h3>
Show replies by date