public class AopLogger extends Object implements org.springframework.aop.MethodBeforeAdvice, org.springframework.aop.AfterReturningAdvice
AopLogger()
void
afterReturning(Object returnValue, Method method, Object[] args, Object target)
before(Method method, Object[] args, Object target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AopLogger()
public void before(Method method, Object[] args, Object target) throws Throwable
before
org.springframework.aop.MethodBeforeAdvice
Throwable
public void afterReturning(Object returnValue, Method method, Object[] args, Object target) throws Throwable
afterReturning
org.springframework.aop.AfterReturningAdvice
Copyright © 2015. All rights reserved.