I really like the way Eclipse has pop-up Javadoc documentation for the various Java library classes I use. However, I also use JPA and JAXB annotations such as @Entity and @XMLType. Eclipse recognises these as valid because I can hit ctrl-space and they pop-up. I also get Javadoc for javax classes.
But there is no Javadoc for these annotations...it just reports that Javadoc could not be found.
I've downloaded the javadoc, installed it on my system and associated with all the JARs in my Java6 system library (the only one installed).
Any ideas? Hard to believe there is no Javadoc on annotations!