Author: limpbizkit
Date: Sat May 16 09:57:38 2009
New Revision: 947

Modified:
     
trunk/extensions/assistedinject/src/com/google/inject/assistedinject/FactoryProvider.java

Log:
Added a note on Nullable to assistedinject

Modified:  
trunk/extensions/assistedinject/src/com/google/inject/assistedinject/FactoryProvider.java
==============================================================================
---  
trunk/extensions/assistedinject/src/com/google/inject/assistedinject/FactoryProvider.java
        
(original)
+++  
trunk/extensions/assistedinject/src/com/google/inject/assistedinject/FactoryProvider.java
        
Sat May 16 09:57:38 2009
@@ -69,6 +69,7 @@
   *     ...
   *   }
   * }</pre>
+ * Any parameter that permits a null value should also be annotated {...@code  
@Nullable}.
   *
   * <h3>Configuring factories</h3>
   * In your {...@link com.google.inject.Module module}, bind the factory  
interface to the returned

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to