org.springframework.config.java
Class AspectJConfigurationProcessorTests.AfterAdvice

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

public static class AspectJConfigurationProcessorTests.AfterAdvice
extends AspectJConfigurationProcessorTests.CountingConfiguration


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

Field Detail

count

public static int count
Constructor Detail

AspectJConfigurationProcessorTests.AfterAdvice

public AspectJConfigurationProcessorTests.AfterAdvice()
Method Detail

after

public void after()


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