My bean-cfg-Two.xml,
My Manager.java which is annotated by @Configurable
My MainPractise19.java having the main method,
in the above code i have created Manager object outside the spring container,
but what i expected was the properties of the Manager object will be injected by the spring container,
but still i am getting a null pointer exception in Managers income() method
ant emp.income() line, why ?
Whether spring has injected the properties ?
I am missing some thing ?