com.thoughtworks.proxy.toys.decorate
Class Decorating.DecoratingWith<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.decorate.Decorating.DecoratingWith<T>
Enclosing class:
Decorating<U,T>

public static class Decorating.DecoratingWith<T>
extends Object


Method Summary
 Decorating.DecoratingVisitor<T,T> with(T delegate)
          specify the delegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.