Remove Static Fields, Implements, and Inheritance sections for Message classes #241
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, Message classes contain
Static Fields
,Implements
, andInheritance
sections that are not particularly useful for developers. It would be better to remove them.The
Implements
andInheritance
sections could probably be removed for all classes.The
Static Fields
section we would still want forEnums
, as it is relevant to understand the different Enum values.The text was updated successfully, but these errors were encountered: