Revision: 7051fc71afa4
Author:   eatnumber1 <[email protected]>
Date:     Fri Apr 11 02:13:47 2014 UTC
Log:      Wrap "@Bind" in {{{ }}}
http://code.google.com/p/google-guice/source/detail?r=7051fc71afa4&repo=wiki

Modified:
 /BoundFields.wiki

=======================================
--- /BoundFields.wiki   Fri Apr 11 02:13:12 2014 UTC
+++ /BoundFields.wiki   Fri Apr 11 02:13:47 2014 UTC
@@ -35,7 +35,7 @@
This class creates a field for the tested class's dependencies, places in that field a mock and binds the field into Guice with a custom Module.

 == Binding Fields Using {{{BoundFieldModule}}} ==
-{{{BoundFieldModule}}} scans a given object for fields annotated with @Bind and binds those fields automatically. Using this, we can simplify our {{{TestFoo}}} class to: +{{{BoundFieldModule}}} scans a given object for fields annotated with {{{@Bind}}} and binds those fields automatically. Using this, we can simplify our {{{TestFoo}}} class to:
 {{{
 public class TestFoo {
   // bind(Bar.class).toInstance(barMock);

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to