程序包 infra.aop.config

类 AdviceEntry

java.lang.Object
infra.aop.config.AdviceEntry
所有已实现的接口:
infra.beans.factory.parsing.ParseState.Entry

public class AdviceEntry extends Object implements infra.beans.factory.parsing.ParseState.Entry
ParseState entry representing an advice element.
从以下版本开始:
4.0
作者:
Mark Fisher
  • 字段详细资料

    • kind

      private final String kind
  • 构造器详细资料

    • AdviceEntry

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