Uses of Annotation Interface
com.google.inject.BindingAnnotation
Packages that use BindingAnnotation
Package
Description
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar.Guice (sounds like "juice")
Support for binding to string-based names.
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar.-
Uses of BindingAnnotation in com.google.inject.assistedinject
Classes in com.google.inject.assistedinject with annotations of type BindingAnnotationModifier and TypeClassDescription@interfaceAnnotates an injected parameter or field whose value comes from an argument to a factory method. -
Uses of BindingAnnotation in com.google.inject.grapher.graphviz
Classes in com.google.inject.grapher.graphviz with annotations of type BindingAnnotationModifier and TypeClassDescription(package private) @interfaceAnnotation for types used by the graphviz grapher. -
Uses of BindingAnnotation in com.google.inject.internal
Classes in com.google.inject.internal with annotations of type BindingAnnotationModifier and TypeClassDescription(package private) @interfaceAn internal binding annotation applied to each element in a multibinding.(package private) static @interface -
Uses of BindingAnnotation in com.google.inject.name
Classes in com.google.inject.name with annotations of type BindingAnnotation -
Uses of BindingAnnotation in com.google.inject.servlet
Classes in com.google.inject.servlet with annotations of type BindingAnnotationModifier and TypeClassDescription@interfaceApply this to field or parameters of typeMap<String, String[]>when you want the HTTP request parameter map to be injected.@interfaceAnnotates aGuiceFilterthat provides scope functionality, but doesn't dispatch toServletModulebound servlets or filters.