Revision: 1181
Author: [email protected]
Date: Sat Jul 3 08:12:19 2010
Log: Linking referenced methods in Toolable annotation doc.
http://code.google.com/p/google-guice/source/detail?r=1181
Modified:
/trunk/src/com/google/inject/spi/Toolable.java
=======================================
--- /trunk/src/com/google/inject/spi/Toolable.java Fri Feb 5 13:12:05 2010
+++ /trunk/src/com/google/inject/spi/Toolable.java Sat Jul 3 08:12:19 2010
@@ -13,12 +13,13 @@
/**
- * Instructs an {...@link Injector} running in {...@link Stage#TOOL} that
- * a method should be injected. This is typically useful for for
- * extensions to Guice that perform additional validation in an
- * {...@literal @}...@link Inject}ed method. This only applies to objects
- * that are already constructed when bindings are created (ie.,
- * something bound using toProvider, toInstance, or requestInjection).
+ * Instructs an {...@link Injector} running in {...@link Stage#TOOL} that a
method should be injected.
+ * This is typically useful for for extensions to Guice that perform
additional validation in an
+ * injected method or field. This only applies to objects that are
already constructed when
+ * bindings are created (ie., something bound using {...@link
+ * com.google.inject.binder.LinkedBindingBuilder#toProvider toProvider},
{...@link
+ * com.google.inject.binder.LinkedBindingBuilder#toInstance toInstance},
or {...@link
+ * com.google.inject.Binder#requestInjection requestInjection}.
*
* @author [email protected] (Sam Berlin)
*/
--
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.