public class DefaultAdvisor extends Object implements Advisor
DefaultAdvisor(Method method, Advice... advices)
DefaultAdvisor(Method method, Iterable<Advice> advices)
Object
advise(Object target, Object[] args, Invocation invocation)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultAdvisor(Method method, Advice... advices)
public DefaultAdvisor(Method method, Iterable<Advice> advices)
public Object advise(Object target, Object[] args, Invocation invocation) throws Throwable
advise
Advisor
Throwable
Copyright © 2024 fossc. All rights reserved.