dev@glassfish.java.net

javadoc and annotations

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Tue, 12 May 2009 11:23:40 -0700

Does anyone know if there is a way of getting the javadoc tool to emit
documentation on annotations?

I've read the docs and as far as I can tell, javadoc blindly ignores
all annotations.

For example, I'd like the @Taxonomy annotation to be included in the
javadoc as a key part of the documentation.

@Taxonomy(stability = Stability.COMMITTED)
public interface AMX_SPI {
...
}