public interface AfterReturningAdvice extends AfterAdvice
void
afterReturning(Object returnValue, Method method, Object[] args, Object target)
void afterReturning(@Nullable Object returnValue, Method method, Object[] args, @Nullable Object target) throws Throwable
returnValue
method
args
target
Throwable