Dynamic Property Loader using Java Dynamic Proxy pattern
While reading through Stackoverflow, I came up to this interesting question: Java Properties File binding to Java Interface. The idea is simple but quite helpful. Basically we create an interface like: And whenever we want...