类 AdviceEntry

java.lang.Object
cn.taketoday.aop.config.AdviceEntry
所有已实现的接口:
ParseState.Entry

public class AdviceEntry extends Object implements ParseState.Entry
ParseState entry representing an advice element.
从以下版本开始:
4.0
作者:
Mark Fisher
  • 构造器详细资料

    • AdviceEntry

      public AdviceEntry(String kind)
      Create a new AdviceEntry instance.
      参数:
      kind - the kind of advice represented by this entry (before, after, around)
  • 方法详细资料