public class SimpleAspect extends Object implements Aspect, Serializable
SimpleAspect()
boolean
after(Object target, Method method, Object[] args)
afterException(Object target, Method method, Object[] args, Throwable e)
before(Object target, Method method, Object[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SimpleAspect()
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 © 2019. All rights reserved.