Author: gavin.king(a)jboss.com
Date: 2009-10-24 12:44:14 -0400 (Sat, 24 Oct 2009)
New Revision: 4269
Modified:
api/trunk/cdi/src/main/java/javax/enterprise/inject/Stereotype.java
Log:
move
Modified: api/trunk/cdi/src/main/java/javax/enterprise/inject/Stereotype.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/inject/Stereotype.java 2009-10-24
16:42:54 UTC (rev 4268)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/Stereotype.java 2009-10-24
16:44:14 UTC (rev 4269)
@@ -32,6 +32,10 @@
* developer to identify such a role and declare some common metadata
* for beans with that role in a central place.</p>
*
+ * <p>A bean may declare zero, one or multiple stereotypes, by
+ * applying the stereotype annotation to the bean class or producer
+ * method or field.</p>
+ *
* <p>A stereotype encapsulates any combination of:</p>
*
* <ul>
@@ -110,10 +114,6 @@
* stereotype is inherited by all beans and other stereotypes that
* declare the second stereotype.</p>
*
- * <p>A bean may declare zero, one or multiple stereotypes, by
- * applying the stereotype annotation to the bean class or producer
- * method or field.</p>
- *
* @see javax.enterprise.inject.Model the built-in stereotype
<tt>@Model</tt>
*
* @author Pete Muir
Show replies by date