Class ImmediateScopeModule

java.lang.Object
org.glassfish.hk2.utilities.binding.AbstractBinder
org.glassfish.hk2.utilities.ImmediateScopeModule
All Implemented Interfaces:
DynamicConfiguration, Binder

public class ImmediateScopeModule extends AbstractBinder
This module can be used to enable the Immediate scope feature. This module is NOT idempotent.
Author:
jwells
  • Constructor Details

    • ImmediateScopeModule

      public ImmediateScopeModule()
  • Method Details

    • configure

      protected void configure()
      Description copied from class: AbstractBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class AbstractBinder