Class | Description |
---|---|
BoundFieldModule |
Automatically creates Guice bindings for fields in an object annotated with
Bind . |
BoundFieldModule.BoundFieldInfo |
Information about a field bound by
BoundFieldModule . |
Annotation Type | Description |
---|---|
Bind |
Annotation used by
BoundFieldModule to indicate that a field should be bound to its value
using Guice. |