History log of /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/BoundFieldModule.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43c3b683c900091c2a695c642e87728758bd6963 11-Sep-2014 lukes <lukes@google.com> Add a lazy option to @Bind.

Often I want to @Bind SettableProvider<Foo> provider, but i can't because
BoundFieldModule doesn't recognize it. I can work around via a custom provider
that just reads a class field, but i figured it would probably make more sense
just to add this feature to @Bind directly.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=75291509
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/BoundFieldModule.java
6b3086dc7ca0b0f9d664fb7cc1f4664e4a4df640 20-Jul-2014 Sam Berlin <sberlin@gmail.com> Cleanup javadocs. This makes the following changes:
1) Stop using doclava. It has too many bugs (like dropping annotations).
2) Tell javadoc not to doclint. Java8 does it and errs if it fails.
3) Link to appropriate third parties from javadoc.
4) Split extensions into separate groups in ant javadoc.
5) Cleanup code that had javadoc warnings.
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/BoundFieldModule.java
332041c67c569a417f128846924a40ea0a7f1a2a 01-Jul-2014 Sam Berlin <sameb@google.com> Various style cleanups to BoundFieldModule & test.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=68018366
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/BoundFieldModule.java
c7ae433fc9d5bb20115d693743fd2535fd707c4f 11-Apr-2014 Sam Berlin <sameb@google.com> Add BoundFieldModule to automatically bind @Bind annotated fields to their
values, reducing test boilerplate.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=64668801
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/BoundFieldModule.java