The javadoc generated for automatically-generated get methods
simply says "This method has been automatically generated." When
there are comments placed on the fields, those comments are
ignored (at least, in the case where javadoc is hiding private
members). Since there is no way to attach comments to the
accessors, it would be reasonable to copy the comments attached to
the fields to their corresponding accessors.