org.springframework.aop.config
Class AspectEntry
java.lang.Object
   org.springframework.aop.config.AspectEntry
org.springframework.aop.config.AspectEntry
- All Implemented Interfaces: 
- ParseState.Entry
- public class AspectEntry 
- extends Object- implements ParseState.Entry
ParseState entry representing an aspect.
- Since:
- 2.0
- Author:
- Mark Fisher, Juergen Hoeller
 
 
 
AspectEntry
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
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2002-2008 The Spring Framework.