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