We usually define some beans with their properties in the Spring context file and write some setter methods in the class.
Let's say I wanna do the opposite. I have a bean in the context file and want to declare some properties from the class..or initialize values of declared properties in the context from the class. How do I do that?