Class PointcutEntry

java.lang.Object
org.springframework.aop.config.PointcutEntry
All Implemented Interfaces:
org.springframework.beans.factory.parsing.ParseState.Entry

public class PointcutEntry extends Object implements org.springframework.beans.factory.parsing.ParseState.Entry
ParseState entry representing a pointcut.
Since:
2.0
Author:
Mark Fisher
  • Constructor Details

    • PointcutEntry

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