public class

AdviceEntry

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

Class Overview

ParseState entry representing an advice element.

Summary

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

Public Constructors

public AdviceEntry (String kind)

Creates a new instance of the AdviceEntry class.

Parameters
kind the kind of advice represented by this entry (before, after, around, etc.)

Public Methods

public String toString ()