Package com.mastfrog.giulius


package com.mastfrog.giulius
  • Class
    Description
    A wrapper around Guice's injector which enforces a few things such as how configuration information is loaded, and binds @Named injections to values from system properties, environment variables, any default values specified using the @Defaults annotation, any com/mastfrom/defaults.properties files on the classpath,
    Builder for Dependencies.
    Determine if we are in development mode or production mode.
    Provides info for error messages about what is being injected into.
    Support for ordering things.
     
     
     
    Deprecated.
    use com.mastfrog.shutdown.hooks.ShutdownHookRegistry directly - the code has been moved there, and this class simply delegates to it.
    Deprecated.
    use com.mastfrog.shutdown.hooks.ShutdownHooks directly - the code has been moved there, and this class simply delegates to it.