roycezhc / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

Annotation methods not included #9

Open GoogleCodeExporter opened 9 years ago

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

Original issue reported on code.google.com by limpbizkit on 28 Aug 2010 at 2:15

GoogleCodeExporter commented 9 years ago
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.

Original comment by bjdod...@gmail.com on 31 Aug 2010 at 6:09

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

Original comment by James.Mo...@gmail.com on 30 Jul 2011 at 1:07

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

Original comment by jdONeill...@gmail.com on 20 Sep 2013 at 7:49