Package com.google.inject.testing.fieldbinder
-
Class Summary Class Description BoundFieldModule A Guice module that automatically adds Guice bindings into the injector for allBind
annotated fields of a specified object.BoundFieldModule.BoundFieldInfo Information about a field bound byBoundFieldModule
.BoundFieldModule.WithPermits Wrapper of BoundFieldModule which enables attaching@RestrictedBindingSource
permits to instances of it. -
Annotation Types Summary Annotation Type Description Bind Annotation used byBoundFieldModule
to indicate that a field should be bound to its value using Guice.