Uses of Annotation Interface
com.google.inject.Inject
Packages that use Inject
Package
Description
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar
.JNDI integration; this extension requires
guice-jndi.jar
.Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.Helper methods for working with Guice.
-
Uses of Inject in com.google.inject.assistedinject
Methods in com.google.inject.assistedinject with annotations of type InjectModifier and TypeMethodDescription(package private) void
FactoryProvider2.initialize
(Injector injector) At injector-creation time, we initialize the invocation handler.(package private) void
FactoryProvider.setInjectorAndCheckUnboundParametersAreInjectable
(Injector injector) Deprecated. -
Uses of Inject in com.google.inject.grapher.graphviz
Constructors in com.google.inject.grapher.graphviz with annotations of type InjectModifierConstructorDescription(package private)
GraphvizGrapher
(NameFactory nameFactory, PortIdFactory portIdFactory) -
Uses of Inject in com.google.inject.jndi
Fields in com.google.inject.jndi with annotations of type Inject -
Uses of Inject in com.google.inject.servlet
Methods in com.google.inject.servlet with annotations of type InjectModifier and TypeMethodDescription(package private) static void
GuiceFilter.setPipeline
(FilterPipeline pipeline) Constructors in com.google.inject.servlet with annotations of type InjectModifierConstructorDescription(package private)
(package private)
GuiceFilter
(FilterPipeline filterPipeline) ManagedFilterPipeline
(Injector injector, ManagedServletPipeline servletPipeline, Provider<javax.servlet.ServletContext> servletContext) ManagedServletPipeline
(Injector injector) -
Uses of Inject in com.google.inject.util
Methods in com.google.inject.util with annotations of type InjectModifier and TypeMethodDescription(package private) void
Providers.GuicifiedProviderWithDependencies.initialize
(Injector injector)