public class

AdvisorEntry

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

Class Overview

ParseState entry representing an advisor.

Summary

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

Public Constructors

public AdvisorEntry (String name)

Creates a new instance of the AdvisorEntry class.

Parameters
name the bean name of the advisor

Public Methods

public String toString ()