Package | Description |
---|---|
com.google.inject.assistedinject |
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar . |
com.google.inject.name |
Support for binding to string-based names.
|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Class and Description |
---|---|
interface |
Assisted
Annotates an injected parameter or field whose value comes from an argument to a factory method.
|
Modifier and Type | Class and Description |
---|---|
interface |
Named
Annotates named things.
|
Modifier and Type | Class and Description |
---|---|
interface |
RequestParameters
Apply this to field or parameters of type
Map<String, String[]>
when you want the HTTP request parameter map to be injected. |
interface |
ScopingOnly
Annotates a
GuiceFilter that provides scope functionality, but
doesn't dispatch to ServletModule bound servlets or filters. |
Copyright © 2006–2016 Google, Inc.. All rights reserved.