bineanzhou / google-guice

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

JavaDocs for Guice 2 don't include "Since" information about new classes / methods #243

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For example, Multibinder will be a new class in Guice 2. At the moment, its 
Javadoc doesn't include 'Since' information:

http://google-guice.googlecode.com/svn/trunk/latest-
javadoc/com/google/inject/multibindings/Multibinder.html

It would be useful to have this information to be able to tell which 
methods an classes are new in Guice 2 and which already existed in Guice 1.

Original issue reported on code.google.com by Ben.Lings on 8 Sep 2008 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 2 Nov 2008 at 9:17

GoogleCodeExporter commented 9 years ago
Fixed.

The attached build.xml file, coupled with JDiff, can be used to report missing 
@since tags.
http://javadiff.sourceforge.net/

Original comment by limpbizkit on 18 Nov 2008 at 7:07

Attachments: