程序包 infra.aop.config

类 AdvisorEntry

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

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

    • name

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

    • AdvisorEntry

      public AdvisorEntry(String name)
      Create a new AdvisorEntry instance.
      参数:
      name - the bean name of the advisor
  • 方法详细资料