|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingAnnotation | |
---|---|
com.google.inject.assistedinject | Extension for combining factory interfaces with injection; this extension requires guice-jndi-2.0.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-2.0.jar . |
Uses of BindingAnnotation in com.google.inject.assistedinject |
---|
Classes in com.google.inject.assistedinject with annotations of type BindingAnnotation | |
---|---|
interface |
Assisted
Annotates an injected parameter or field whose value comes from an argument to a factory method. |
Uses of BindingAnnotation in com.google.inject.name |
---|
Classes in com.google.inject.name with annotations of type BindingAnnotation | |
---|---|
interface |
Named
Annotates named things. |
Uses of BindingAnnotation in com.google.inject.servlet |
---|
Classes in com.google.inject.servlet with annotations of type BindingAnnotation | |
---|---|
interface |
RequestParameters
Apply this to field or parameters of type Map<String, String[]>
when you want the HTTP request parameter map to be injected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |