org.springframework.config.java
Class AspectJConfigurationProcessorTests.AroundSingletonCountingAdvice

java.lang.Object
  extended by org.springframework.config.java.AspectJConfigurationProcessorTests.CountingConfiguration
      extended by org.springframework.config.java.AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice
          extended by org.springframework.config.java.AspectJConfigurationProcessorTests.AroundSingletonCountingAdvice
Direct Known Subclasses:
AspectJConfigurationProcessorTests.InvalidInheritanceFromConcreteAspect
Enclosing class:
AspectJConfigurationProcessorTests

public static class AspectJConfigurationProcessorTests.AroundSingletonCountingAdvice
extends AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice


Field Summary
 
Fields inherited from class org.springframework.config.java.AspectJConfigurationProcessorTests.CountingConfiguration
counts
 
Constructor Summary
AspectJConfigurationProcessorTests.AroundSingletonCountingAdvice()
           
 
Method Summary
 Object newValue()
           
 
Methods inherited from class org.springframework.config.java.AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice
doesntMatter
 
Methods inherited from class org.springframework.config.java.AspectJConfigurationProcessorTests.CountingConfiguration
advised, dotb, getCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectJConfigurationProcessorTests.AroundSingletonCountingAdvice

public AspectJConfigurationProcessorTests.AroundSingletonCountingAdvice()
Method Detail

newValue

public Object newValue()
                throws Throwable
Throws:
Throwable


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