public class

AspectEntry

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

Class Overview

ParseState entry representing an aspect.

Summary

Public Constructors
AspectEntry(String id, String ref)
Create a new AspectEntry.
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AspectEntry (String id, String ref)

Create a new AspectEntry.

Parameters
id the id of the aspect element
ref the bean name referenced by this aspect element

Public Methods

public String toString ()