What convention do you use to comment getters and setters? This is something I\'ve wondered for quite some time, for instance:
/** * (1a) what do you put h
If the javadoc does not add anything, I delete the javadoc and use the auto-generated comments.