@FunctionalInterface public interface Interceptor
{@code| Modifier and Type | Method and Description |
|---|---|
Object |
doIntercept(Invocation inv)
拦截
|
Object doIntercept(Invocation inv) throws Throwable
inv - 调用者ThrowableCopyright © 2025. All rights reserved.