@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface ForwardProxyContext.ReturnProxy
@ReturnProxy public SomeType someMethod() {...}
to return a forwarding proxy in place of the value returned by someMethod.
Copyright © 2015. All Rights Reserved.