Package | Description |
---|---|
com.thoughtworks.proxy.toys.decorate |
A toy to decorate the interaction with another object.
|
Modifier and Type | Method and Description |
---|---|
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–2023 Codehaus. All rights reserved.