All Classes and Interfaces

Class
Description
A Provider for a BeanFactory from an ApplicationContext that will not be refreshed until the Guice injector wants to resolve dependencies.
Utility to check whether a binding matches the given name and type.
Enable spring beans that are themselves a Guice Module to contribute dependencies via the bindings in Guice.
Annotation that decorates the whole application context and provides metadata to Guice if the context is used as a Module.
Encapsulates some metadata about a Guice module that is to be created from a Spring application context.
Factory which allows for custom creation of the Guice Injector to be used in the @EnableGuiceModules feature.
A filter to remove Module:s from the context before any initialization code is run.
An Injector that wraps an ApplicationContext, and can be used to expose the Guice APIs over a Spring application.
A Guice module that wraps a Spring ApplicationContext.