Package org.springframework.guice.annotation


package org.springframework.guice.annotation
  • Class
    Description
    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.
    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.