Decouple properties locator and configurer
commit35527cc7584c68739a4b21e07a8ff502d22bcac0
authorImran M Yousuf <imyousuf@smartitengineering.com>
Wed, 25 Mar 2009 03:10:32 +0000 (25 09:10 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Wed, 25 Mar 2009 03:10:32 +0000 (25 09:10 +0600)
treeb905aa071648341d8670ebcc75dd96049e69f94f
parent36c7c4290a69b1afe5a0dc5acdb601a6b2178def
Decouple properties locator and configurer

In order to be able to use property locating algorithm independent of
Spring Framework all together and this is the first step.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-bean-util/src/main/java/com/smartitengineering/util/bean/PropertiesLocator.java [new file with mode: 0644]
smart-bean-util/src/main/java/com/smartitengineering/util/bean/PropertiesLocatorConfigurer.java