Currently, javadoc text for generated classes must be provided through the
@Javadoc annotation. However, this is not very convenient and looks not nice in
the javadoc of the API class itself.
This enhancement adds support to write javadoc directly instead of via @Javadoc
annotation. The source file must then be parsed during code generation and
added to the data model for codegen.
Original issue reported on code.google.com by terz...@gmail.com on 15 Jul 2012 at 1:57
Original issue reported on code.google.com by
terz...@gmail.com
on 15 Jul 2012 at 1:57