public interface WrapperHandler<R>
R
afterReturning(@NotNull Context context, R result)
void
afterThrowing(@NotNull Context context, @NotNull Throwable t)
before(@NotNull Context context)
void before(@NotNull @NotNull Context context)
@Nullable R afterReturning(@NotNull @NotNull Context context, @Nullable R result)
void afterThrowing(@NotNull @NotNull Context context, @NotNull @NotNull Throwable t) throws Throwable
Throwable
Copyright © 2021. All rights reserved.