summaryrefslogtreecommitdiffstats
path: root/javadoc/javax/inject/Scope.html
diff options
context:
space:
mode:
Diffstat (limited to 'javadoc/javax/inject/Scope.html')
-rw-r--r--javadoc/javax/inject/Scope.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/javadoc/javax/inject/Scope.html b/javadoc/javax/inject/Scope.html
index 9f4eade..387067a 100644
--- a/javadoc/javax/inject/Scope.html
+++ b/javadoc/javax/inject/Scope.html
@@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Fri Jun 26 16:52:31 CDT 2009 -->
+<!-- Generated by javadoc (build 1.5.0_16) on Sat Jun 27 09:57:49 CDT 2009 -->
<TITLE>
Scope
</TITLE>
@@ -124,10 +124,10 @@ Identifies scope annotations. A scope annotation applies to a class
<li>should not have attributes.</li>
<li>is typically not <code>@Inherited</code>, so scoping is orthogonal to
implementation inheritance.</li>
- <li>is <i>not</i> annotated with <code>@Target</code>. While this
- specification only covers applying scopes to classes, some injector
- configurations might use scopes in other places (on factory
- method results for example).</li>
+ <li>may have restricted usage if annotated with <code>@Target</code>. While
+ this specification only covers applying scopes to classes, some
+ injector configurations might use scope annotations
+ in other places (on factory method results for example).</li>
</ul>
<p>For example: