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