Class AspectEntry

java.lang.Object
org.springframework.aop.config.AspectEntry
All Implemented Interfaces:
ParseState.Entry

public class AspectEntry extends Object implements ParseState.Entry
ParseState entry representing an aspect.
Since:
2.0
Author:
Mark Fisher, Juergen Hoeller
  • Constructor Details

    • AspectEntry

      public AspectEntry(String id, String ref)
      Create a new AspectEntry instance.
      Parameters:
      id - the id of the aspect element
      ref - the bean name referenced by this aspect element
  • Method Details