Interface SpigotBootProxy
public interface SpigotBootProxy
Marker interface implemented by all generated proxy classes.
-
Method Summary
-
Method Details
-
setHandler
- Parameters:
handler- the interceptor to install, ornullto fall back to super calls
-
getHandler
MethodInterceptor getHandler()- Returns:
- the current interceptor, or
nullif none is installed
-