Package | Description |
---|---|
com.thoughtworks.proxy.toys.hotswap |
A toy to hot swap instances.
|
Modifier and Type | Method and Description |
---|---|
static <T> HotSwapping.HotSwappingWith<T> |
HotSwapping.proxy(Class<T> type)
Creates a factory for proxy instances that allow the exchange of delegated instances.
|
static <T> HotSwapping.HotSwappingWith<T> |
HotSwapping.proxy(Class<T> primaryType,
Class<?>... types)
Creates a factory for proxy instances that allow the exchange of delegated instances.
|
Copyright © 2005–2015 Codehaus. All rights reserved.