org.springframework.config.java.simple
Class SimpleConfigurationWithTwoBeans

java.lang.Object
  extended by org.springframework.config.java.simple.SimpleConfigurationWithTwoBeans

public class SimpleConfigurationWithTwoBeans
extends Object

Author:
Rod Johnson

Constructor Summary
SimpleConfigurationWithTwoBeans()
           
 
Method Summary
 TestBean anyName()
           
 Point point()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConfigurationWithTwoBeans

public SimpleConfigurationWithTwoBeans()
Method Detail

anyName

public TestBean anyName()

point

public Point point()


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