Interface LauncherInterceptor.Invocation<T extends @Nullable Object>
- Enclosing interface:
LauncherInterceptor
public static interface LauncherInterceptor.Invocation<T extends @Nullable Object>
An invocation that can be intercepted.
This interface is not intended to be implemented by clients.
- Since:
- 1.10
-
Method Summary
-
Method Details
-
proceed
T proceed()
-