Uses of Class
com.thoughtworks.proxy.toys.decorate.Decorating.DecoratingWith

Packages that use Decorating.DecoratingWith
com.thoughtworks.proxy.toys.decorate A toy to decorate the interaction with another object. 
 

Uses of Decorating.DecoratingWith in com.thoughtworks.proxy.toys.decorate
 

Methods in com.thoughtworks.proxy.toys.decorate that return Decorating.DecoratingWith
static
<T> Decorating.DecoratingWith<T>
Decorating.proxy(Class<T> type)
          Creates a factory for proxy instances that allow decoration.
static
<T> Decorating.DecoratingWith<T>
Decorating.proxy(Class<T> primaryType, Class<?>... types)
          Creates a factory for proxy instances that allow decoration.
 



Copyright © 2005-2010 Codehaus. All Rights Reserved.