org.springframework.config.java
Class ConfigurationPostProcessorTests.ExternalBeanConfiguration

java.lang.Object
  extended by org.springframework.config.java.ConfigurationPostProcessorTests.ExternalBeanConfiguration
Enclosing class:
ConfigurationPostProcessorTests

public abstract static class ConfigurationPostProcessorTests.ExternalBeanConfiguration
extends Object


Constructor Summary
ConfigurationPostProcessorTests.ExternalBeanConfiguration()
           
 
Method Summary
abstract  TestBean ann()
           
 TestBean bob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPostProcessorTests.ExternalBeanConfiguration

public ConfigurationPostProcessorTests.ExternalBeanConfiguration()
Method Detail

bob

public TestBean bob()

ann

public abstract TestBean ann()


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