public interface IProxyFactory
A factory of proxies.
-
Method Summary
Modifier and TypeMethodDescription<T> T
createProxy
(Class<T> type, IProxyTargetLocator locator) Create a proxy.
-
Method Details
-
createProxy
Create a proxy.- Parameters:
type
- the target typelocator
- the locator of the target- Returns:
- a proxy
-