Export to GitHub

doclava - issue #9

Annotation methods not included


Posted on Aug 28, 2010 by Massive Bear

We're missing the annotation method value() for Named here: http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/name/Named.html

Comment #1

Posted on Aug 31, 2010 by Massive Ox

Generally, we're missing a lot of information about annotations. For Named, javadoc includes:

@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER,METHOD}) public @interface Named

with links to the annotation's definitions.

Comment #2

Posted on Jul 30, 2011 by Happy Monkey

This is a great tool but the incomplete annotation support is a big downer. Is this on the roadmap for the next release?

Comment #3

Posted on Sep 20, 2013 by Grumpy Dog

Is there any workaround to this issue? Our javadoc build is not picking up our custom annotation using doclava custom doclet.

Status: New

Labels:
Type-Defect Priority-Medium