Hi,
Thanks for the typo, and thanks for the suggestion.
There is yet another undocumented feature, but you can have:
hide/show private/protected/package/public member/attribute/field/method (see CommandHideShow3.java)
Example:
@startuml
hide private members
hide protected members
hide package members
class Foo {
- private
# protected
~ package
}
@enduml
It's not exactly what you were suggesting, but I guess that this is what you are looking for.
Regards,