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