I wrote an annotation and annotated it with @Documented. I wrote a method and marked it with my annotation. After running the javadoc-tool it appears in the generated documentation but the javadoc popup in Eclipse does not show it.
Can I enable this anywhere or how can I get Eclipse to show me this annotation?
Markus Mehrwald wrote:
> Hi,
>
> I wrote an annotation and annotated it with @Documented. I wrote a
> method and marked it with my annotation. After running the
> javadoc-tool it appears in the generated documentation but the javadoc
> popup in Eclipse does not show it.
> Can I enable this anywhere or how can I get Eclipse to show me this
> annotation?
This has been added during 3.6. Check out the latest 3.6 RC
( http://download.eclipse.org/eclipse/downloads/drops/I2010060 8-0911/index.php)
and file a bug report if it doesn't work for you.