[weld-commits] Weld SVN: r4326 - in api/trunk/cdi/src/main/java/javax/enterprise: inject and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Oct 26 10:15:55 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-26 10:15:55 -0400 (Mon, 26 Oct 2009)
New Revision: 4326

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/context/package-info.java
   api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java
Log:
links

Modified: api/trunk/cdi/src/main/java/javax/enterprise/context/package-info.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/context/package-info.java	2009-10-26 14:09:59 UTC (rev 4325)
+++ api/trunk/cdi/src/main/java/javax/enterprise/context/package-info.java	2009-10-26 14:15:55 UTC (rev 4326)
@@ -2,10 +2,12 @@
  * <p>Annotations and interfaces relating to scopes and contexts.</p>
  * 
  * <p>A scope type is a Java annotation annotated 
- * {@link javax.inject.Scope &#064;Scope}.</p>
+ * {@link javax.inject.Scope &#064;Scope} or 
+ * {@link javax.enterprise.context.NormalScope &#064;NormalScope}.</p>
  * 
- * <p>Associated with every scope type is a context object. The 
- * context object determines the lifecycle and visibility of
+ * <p>Associated with every scope type is a 
+ * {@linkplain javax.enterprise.context.spi.Context context object}. 
+ * The context object determines the lifecycle and visibility of
  * instances of all {@linkplain javax.enterprise.inject beans} with 
  * that scope. In particular, the context object defines:</p>
  * 

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-26 14:09:59 UTC (rev 4325)
+++ api/trunk/cdi/src/main/java/javax/enterprise/inject/package-info.java	2009-10-26 14:15:55 UTC (rev 4326)
@@ -107,7 +107,8 @@
  * instances of the bean are visible to instances of other beans.</p>
  * 
  * <p>A scope type is a Java annotation annotated 
- * {@link javax.inject.Scope &#064;Scope}.
+ * {@link javax.inject.Scope &#064;Scope} or 
+ * {@link javax.enterprise.context.NormalScope &#064;NormalScope}.
  * The scope of a bean is defined by annotating the bean class or producer 
  * method or field with a scope type or with a stereotype that declares a 
  * default scope.</p>
@@ -328,8 +329,8 @@
  * <p>An injection point whose declared type cannot be proxied by the 
  * container must not resolve to a bean with a normal scope.</p>
  * 
+ * @see javax.enterprise.context
  * @see javax.enterprise.inject.Produces
- * @see javax.inject.Scope
  * @see javax.inject.Named
  * @see javax.inject.Qualifier
  * @see javax.interceptor.InterceptorBinding



More information about the weld-commits mailing list