org.springframework.config.java
Class AspectJConfigurationProcessorTests.SumAroundAdvice

java.lang.Object
  extended by org.springframework.config.java.AspectJConfigurationProcessorTests.SumAroundAdvice
Enclosing class:
AspectJConfigurationProcessorTests

public abstract static class AspectJConfigurationProcessorTests.SumAroundAdvice
extends Object


Constructor Summary
AspectJConfigurationProcessorTests.SumAroundAdvice()
           
 
Method Summary
 Object newValue(int a, int b)
           
 AspectJConfigurationProcessorTests.ReturnZero willAdd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectJConfigurationProcessorTests.SumAroundAdvice

public AspectJConfigurationProcessorTests.SumAroundAdvice()
Method Detail

newValue

public Object newValue(int a,
                       int b)
                throws Throwable
Throws:
Throwable

willAdd

public AspectJConfigurationProcessorTests.ReturnZero willAdd()


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