Some of my classes have finite fields that are populated from the constructor, as well as properties that can be assigned from getters and setters.
If I can do this with spring, what does the springcontext.xml file look like that creates the objects this way?
thanks
source
share