Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it necessary to generate javadoc as part of build process? [closed]

Is it necessary to generate javadoc as part of build process?

like image 672
Dave Avatar asked May 31 '10 00:05

Dave


1 Answers

Well there's nothing really forcing you to do it, but if you want to distribute your build artifacts as a usable library it certainly helps to have well-written Javadocs that people can browse before they even download your JAR.

like image 151
jasonmp85 Avatar answered Sep 30 '22 16:09

jasonmp85