Author: limpbizkit
Date: Wed Jun 10 23:48:54 2009
New Revision: 1012
Modified:
trunk/src/com/google/inject/ScopeAnnotation.java
Log:
Adding the METHOD target to the @ScopeAnnotation meta-annotation
Modified: trunk/src/com/google/inject/ScopeAnnotation.java
==============================================================================
--- trunk/src/com/google/inject/ScopeAnnotation.java (original)
+++ trunk/src/com/google/inject/ScopeAnnotation.java Wed Jun 10 23:48:54
2009
@@ -28,7 +28,7 @@
*
* <pre>
* {...@code @}Retention(RUNTIME)
- * {...@code @}Target(TYPE)
+ * {...@code @}Target(TYPE, METHOD)
* {...@code @}ScopeAnnotation
* public {...@code @}interface SessionScoped {}
* </pre>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---