My specification says: "... javadoc style comments must be used for each element of the public interface of each class."
So I should have javadoc comments for public methods (and variables if any). But should I write javadocs for protected methods and variables?
Best regards
Leszek
Jeroen T Wenting
Ranch Hand
Joined: Apr 21, 2006
Posts: 1847
posted
0
I provide Javadoc comments for everything except some datamembers (mostly private ones). The generated Javadoc I limit to public only to save a bit of space.
42
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.