Uses of Package
com.mastfrog.giulius

Packages that use com.mastfrog.giulius
Package
Description
 
  • 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.
     
    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.