Package com.complexible.common.inject
-
Class Summary Class Description Injectors Utility class for working with Injectors and Guice in general.OptionalConstructorParam<T> Workaround for optional constructor parameters with Guice.Providers -
Annotation Types Summary Annotation Type Description Decorate 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.OverrideModule