Package io.bootique.di
Interface DecoratorBuilder<T>
public interface DecoratorBuilder<T>
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
after
- Throws:
DIRuntimeException
-
before
DecoratorBuilder<T> before(Class<? extends T> decoratorImplementationType) throws DIRuntimeException - Throws:
DIRuntimeException
-