Class SpaceModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public final class SpaceModule
    extends Object
    implements com.google.inject.Module
    Guice Module that automatically binds types annotated with Qualifier annotations.
    • Field Detail

      • LOCAL_INDEX

        public static final ClassFinder LOCAL_INDEX
      • GLOBAL_INDEX

        public static final ClassFinder GLOBAL_INDEX
      • LOCAL_SCAN

        public static final ClassFinder LOCAL_SCAN
    • Method Detail

      • with

        public com.google.inject.Module with​(SpaceModule.Strategy _strategy)
        Applies a new visitor SpaceModule.Strategy to the current module.
        Parameters:
        _strategy - The new strategy
        Returns:
        Updated module
      • configure

        public void configure​(com.google.inject.Binder binder)
        Specified by:
        configure in interface com.google.inject.Module