org.springframework.config.java
Class AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice

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

public abstract static class AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice
extends AspectJConfigurationProcessorTests.CountingConfiguration


Field Summary
 
Fields inherited from class org.springframework.config.java.AspectJConfigurationProcessorTests.CountingConfiguration
counts
 
Constructor Summary
AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice()
           
 
Method Summary
 void 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.AbstractSingletonCountingAdvice

public AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice()
Method Detail

doesntMatter

public void doesntMatter()


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