org.springframework.config.java
Class ConfigurationProcessorTests.MethodOverrideConfiguration

java.lang.Object
  extended by org.springframework.config.java.ConfigurationProcessorTests.BaseConfiguration
      extended by org.springframework.config.java.ConfigurationProcessorTests.MethodOverrideConfiguration
Enclosing class:
ConfigurationProcessorTests

public static class ConfigurationProcessorTests.MethodOverrideConfiguration
extends ConfigurationProcessorTests.BaseConfiguration


Constructor Summary
ConfigurationProcessorTests.MethodOverrideConfiguration()
           
 
Method Summary
 TestBean tom()
           
 
Methods inherited from class org.springframework.config.java.ConfigurationProcessorTests.BaseConfiguration
basePerson, becky, dependsOnHidden, hidden, prototype, prototypePoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationProcessorTests.MethodOverrideConfiguration

public ConfigurationProcessorTests.MethodOverrideConfiguration()
Method Detail

tom

public TestBean tom()
Overrides:
tom in class ConfigurationProcessorTests.BaseConfiguration


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