[weld-commits] Weld SVN: r4490 - api/trunk/cdi/src/main/java/javax/decorator.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Oct 31 10:43:46 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-31 10:43:45 -0400 (Sat, 31 Oct 2009)
New Revision: 4490

Modified:
   api/trunk/cdi/src/main/java/javax/decorator/package-info.java
Log:
sync with spec

Modified: api/trunk/cdi/src/main/java/javax/decorator/package-info.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/decorator/package-info.java	2009-10-31 14:40:49 UTC (rev 4489)
+++ api/trunk/cdi/src/main/java/javax/decorator/package-info.java	2009-10-31 14:43:45 UTC (rev 4490)
@@ -20,7 +20,7 @@
  * <h3>Decorated types</h3>
  * 
  * <p>The set of decorated types of a decorator includes all 
- * interfaces implemented directly or indirectly by the bean class, 
+ * bean types of the managed bean that are Java interfaces, 
  * except for {@link java.io.Serializable}. The decorator bean 
  * class and its superclasses are not decorated types of the 
  * decorator. The decorator class may be abstract.</p>



More information about the weld-commits mailing list