类 AspectEntry

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

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

    • AspectEntry

      public AspectEntry(String id, String ref)
      Create a new AspectEntry instance.
      参数:
      id - the id of the aspect element
      ref - the bean name referenced by this aspect element
  • 方法详细资料