I wish to use the @PostInitialize annotation in one of my bean to load few properties after initialization is completed. Can someone please let me know where can I find this annotation? What maven dependency I need to add to get this annotation? Why is this not part of Spring 3.2.4 or am I missing some package of spring which I should have added?
Please advise
UPDATE
I tried using resthubs @PostInitialize but it does not work. Do I have to do any other configuration to get this annotation to work.