Package com.complexible.common.inject


package com.complexible.common.inject
  • Class
    Description
    Annotation to support the workaround for supporting the decorator design pattern with Guice where we have some interface I, a default/base implementation A, and a decorator class B, which should accept as an argument the default implementation A.
    Utility class for working with Injectors and Guice in general.
    Workaround for optional constructor parameters with Guice.