Class AccessorInterceptor

java.lang.Object
org.redisson.liveobject.core.AccessorInterceptor

public class AccessorInterceptor extends Object
This class is going to be instantiated and becomes a static field of the proxied target class. That is one instance of this class per proxied class.
Author:
Rui Gu (https://github.com/jackygurui), Nikita Koksharov