Uses of Class
com.thoughtworks.proxy.toys.decorate.InvocationDecoratorSupport

Packages that use InvocationDecoratorSupport
com.thoughtworks.proxy.toys.echo A toy to trace method calls to objects. 
 

Uses of InvocationDecoratorSupport in com.thoughtworks.proxy.toys.echo
 

Subclasses of InvocationDecoratorSupport in com.thoughtworks.proxy.toys.echo
 class EchoDecorator
          A InvocationDecoratorSupport implementation that echoes any invocation to a PrintWriter.