Interface InterceptedProxy<T>

Type Parameters:
T - The declaring type
All Superinterfaces:
Intercepted, InterceptedBean, InterceptedBeanProxy<T>, Qualified<T>
All Known Subinterfaces:
HotSwappableInterceptedProxy<T>

public interface InterceptedProxy<T> extends Intercepted, Qualified<T>, InterceptedBeanProxy<T>
A Intercepted that proxies another instance.
Since:
1.0
Author:
Graeme Rocher