Uses of Class
com.google.inject.testing.fieldbinder.BoundFieldModule
-
Packages that use BoundFieldModule Package Description com.google.inject.testing.fieldbinder -
-
Uses of BoundFieldModule in com.google.inject.testing.fieldbinder
Methods in com.google.inject.testing.fieldbinder that return BoundFieldModule Modifier and Type Method Description static BoundFieldModule
BoundFieldModule. of(Object instance)
Create a BoundFieldModule which binds theBind
annotated fields ofinstance
.
-