public interface DecoratorBuilder<T>
| Modifier and Type | Method and Description | 
|---|---|
| DecoratorBuilder<T> | after(Class<? extends T> decoratorImplementationType) | 
| DecoratorBuilder<T> | before(Class<? extends T> decoratorImplementationType) | 
DecoratorBuilder<T> after(Class<? extends T> decoratorImplementationType) throws DIRuntimeException
DIRuntimeExceptionDecoratorBuilder<T> before(Class<? extends T> decoratorImplementationType) throws DIRuntimeException
DIRuntimeExceptionCopyright © 2001–2023 Apache Cayenne. All rights reserved.