hello friends,
i minimize access rights as much as possible-- ie, most members are package or private. only mandatory public members.
now i've never dealt with javadoc before. and we're only supposed to javadoc publicmembers.
1. should all method comments be in javadoc format, even if they aren't public and won't be javadocified?
2. is it screwed up to minimize use of coderanch, which results in a sparse javadocument collection?
i might have the wrong approach to structuring java to start with, so i will appreciate any enlightenment on these issues.