Class AdviceEntry

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

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

    • AdviceEntry

      public AdviceEntry(String kind)
      Create a new AdviceEntry instance.
      Parameters:
      kind - the kind of advice represented by this entry (before, after, around)
  • Method Details