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
DIRuntimeException
DecoratorBuilder<T> before(Class<? extends T> decoratorImplementationType) throws DIRuntimeException
DIRuntimeException
Copyright © 2001–2019 Apache Cayenne. All rights reserved.