Spring 3では、@ PostConstructを有効にするために、定義する<context:annotation-config>
必要がありますか?<context:component-scan>
applicationContext.xml
<context:component-scan base-package="net.test" />
........
...
<context:annotation-config />
ManagedBeanにgetLazyLoadメソッドがあり、このBeanに@PostConstructを使用したいと思います。
ありがとう