suppressInheritedMembers

@Parameter(defaultValue = "false")
var suppressInheritedMembers: Boolean

Whether to suppress inherited members that aren't explicitly overridden in a given class.

Note: this can suppress functions such as equals/hashCode/toString, but cannot suppress synthetic functions such as dataClass.componentN and dataClass.copy. Use suppressObviousFunctions for that.

Default is false.