com.thoughtworks.proxy.toys.decorate
Class Decorating.DecoratingWith<T>
java.lang.Object
com.thoughtworks.proxy.toys.decorate.Decorating.DecoratingWith<T>
- Enclosing class:
- Decorating<U,T>
public static class Decorating.DecoratingWith<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
with
public Decorating.DecoratingVisitor<T,T> with(T delegate)
- specify the delegate
- Parameters:
delegate
- the delegate
- Returns:
- the factory that will proxy instances of the supplied type.
- Since:
- 1.0
Copyright © 2005-2010 Codehaus. All Rights Reserved.