Interface InvocationInterceptor.Invocation<T extends @Nullable Object>
- Type Parameters:
T- the result type
- Enclosing interface:
InvocationInterceptor
-
Method Summary
-
Method Details
-
proceed
-
skip
@API(status=STABLE, since="5.10") default void skip()Explicitly skip this invocation.This allows to bypass the check that
proceed()must be called at least once. The default implementation does nothing.
-