I am looking at using annotations in Spring 2.5 and I am getting java.lang.NoClassDefFoundError: javax.annotation.PostConstruct when I try and run unit tests with @Autowired annotations.
I am using the 1.5 JDK that comes with IBM's RAD 7, i.e. a Websphere 6.1 JDK/server runtime in my classpath.
Anyone know where I can find that class ?


Reply With Quote
