public class

PointcutEntry

extends Object
implements ParseState.Entry
java.lang.Object
   ↳ org.springframework.aop.config.PointcutEntry

Class Overview

ParseState entry representing a pointcut.

Summary

Public Constructors
PointcutEntry(String name)
Creates a new instance of the PointcutEntry class.
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PointcutEntry (String name)

Creates a new instance of the PointcutEntry class.

Parameters
name the bean name of the pointcut

Public Methods

public String toString ()