T - The declaring type@Internal public interface InterceptedBeanProxy<T> extends InterceptedBean, Qualified<T>
InterceptedBean that proxies another instance.
 Inject aware version of AOP interface.| Modifier and Type | Method and Description | 
|---|---|
| default boolean | hasCachedInterceptedTarget()Check if the proxy has the target cached before calling  interceptedTarget(). | 
| T | interceptedTarget()This method will return the target object being proxied. | 
$withBeanQualifierT interceptedTarget()
default boolean hasCachedInterceptedTarget()
interceptedTarget().