org.springframework.config.java
Class ConfigurationProcessorTests.AfterPropertiesTest
java.lang.Object
org.springframework.config.java.ConfigurationProcessorTests.AfterPropertiesTest
- All Implemented Interfaces:
- InitializingBean
- Enclosing class:
- ConfigurationProcessorTests
public static class ConfigurationProcessorTests.AfterPropertiesTest
- extends Object
- implements InitializingBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationProcessorTests.AfterPropertiesTest
public ConfigurationProcessorTests.AfterPropertiesTest()
setA
public void setA(int a)
setB
public void setB(int b)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception
sum
public int sum()
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.