程序包 infra.aop.config

类 AspectEntry

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

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

    • id

      private final String id
    • ref

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

    • 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
  • 方法详细资料