Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotation to include superclass in diagram. #644

Open
sjoerdtalsma opened this issue Nov 16, 2024 · 0 comments
Open

Annotation to include superclass in diagram. #644

sjoerdtalsma opened this issue Nov 16, 2024 · 0 comments

Comments

@sjoerdtalsma
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently, the superclass is rendered omitting any non-abstract method for clarity and focus.

Describe the solution you'd like

Sometimes it may be beneficial to include the entire superclass diagram in the class diagram as well.
This can be the case if it is structurally 'part of' the solution implementation.

For an example, see the ContextAwareExecutorService documentation. This would become clearer if the diagram of DelegatingExecutorService were also included.

Possible ways to configure this:

  • Some kind of 'include superclass' annotation.
  • Some kind of 'include in subclasses' annotation. (which might fit the delegation classes)

Describe alternatives you've considered

...

Additional context

This might provide a good first usecase for per-class UML configuration, opening the door for other fine-grained config features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant