org.springframework.config.java
Class ConfigurationProcessorTests.DefinesAbstractBeanMethod

java.lang.Object
  extended by org.springframework.config.java.ConfigurationProcessorTests.DefinesAbstractBeanMethod
Direct Known Subclasses:
ConfigurationProcessorTests.InheritsWithoutNewAnnotation
Enclosing class:
ConfigurationProcessorTests

public abstract static class ConfigurationProcessorTests.DefinesAbstractBeanMethod
extends Object


Constructor Summary
ConfigurationProcessorTests.DefinesAbstractBeanMethod()
           
 
Method Summary
 TestBean becky()
           
abstract  TestBean tom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationProcessorTests.DefinesAbstractBeanMethod

public ConfigurationProcessorTests.DefinesAbstractBeanMethod()
Method Detail

becky

public TestBean becky()

tom

public abstract TestBean tom()


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