Copy Annotations Guidance #653
Answered
by
Jason2605
briandowns
asked this question in
General
-
I've done a lot of experimenting and can't seem to find the best place to perform the copy from super class to class for annotations. Any guidance here would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Jason2605
Sep 2, 2023
Replies: 1 comment 2 replies
-
I haven't had a massive look into it myself yet, but my initial attempt would be to copy the annotation dict from the parent here: And then when the annotations are actually getting defined we'd need to see if we need to extend an existing dict or set the annotations in here: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
briandowns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't had a massive look into it myself yet, but my initial attempt would be to copy the annotation dict from the parent here:
And then when the annotations are actually getting defined we'd need to see if we need to extend an existing dict or set the annotations in here: