public class SimpleAspect extends Aspect
SimpleAspect(Object target)
boolean
after(Object target, Method method, Object[] args)
afterException(Object target, Method method, Object[] args, Throwable e)
before(Object target, Method method, Object[] args)
getTarget, invoke
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleAspect(Object target)
public boolean before(Object target, Method method, Object[] args)
Aspect
before
target
method
args
public boolean after(Object target, Method method, Object[] args)
after
public boolean afterException(Object target, Method method, Object[] args, Throwable e)
afterException
e
Copyright © 2017. All rights reserved.