Class AdvisorEntry

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

public class AdvisorEntry extends Object implements ParseState.Entry
ParseState entry representing an advisor.
Since:
2.0
Author:
Mark Fisher
  • Constructor Details

    • AdvisorEntry

      public AdvisorEntry(String name)
      Create a new AdvisorEntry instance.
      Parameters:
      name - the bean name of the advisor
  • Method Details