类 AdvisorEntry

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

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

    • AdvisorEntry

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