I am working on a project where we have some custom Taglet classes that are used to modify Javadocs (for example, source code links in SVN, adding quotes), etc. One of the things that we would like to do is to be able to receive annotations that are used in the source and manipulate information from them.
The Taglet interface does not seem to provide an easy way to access annotations in the Java source code. Does anyone know if this is possible at all?
I am using JDK 1.5
java annotations javadoc taglet
Rajarshi guha
source share