org.springframework.config.java.proxies
Class ComponentScanningTests.SimpleAspect

java.lang.Object
  extended by org.springframework.config.java.proxies.ComponentScanningTests.SimpleAspect
Enclosing class:
ComponentScanningTests

@Component
public static class ComponentScanningTests.SimpleAspect
extends Object


Constructor Summary
ComponentScanningTests.SimpleAspect()
           
 
Method Summary
 String prependChar(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentScanningTests.SimpleAspect

public ComponentScanningTests.SimpleAspect()
Method Detail

prependChar

public String prependChar(org.aspectj.lang.ProceedingJoinPoint pjp)
                   throws Throwable
Throws:
Throwable


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.