Details
Description
GroovyDoc should publish info on @Documented annotations.
java.lang.annotations.Documented is used to signal the Javadoc app to write out information about the annotated class into the Javadoc. Groovydoc should do the same.
All of our AST Transformations are already marked @Documented
I wonder why annotations on my Groovy methods show up in Groovydoc, even if the annotation type isn't annotated with @Documented. Is this how Javadoc/Groovydoc is supposed to work? Somehow it seems that @Documented is only intended for class-level annotations.