You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeDeclaration was updated to use AnnotationContainer (previously a List of Annotations), and the methods exposed only allow for adding a single instance of a given annotation. With the move to AnnotationContainer, I seem to no longer be able to generate code that looks like below:
mhalbritter
changed the title
Cannot add multiple instances of the same annotation to TypeDeclaration
Support repeated annotations in AnnotationContainer
Feb 10, 2025
TypeDeclaration was updated to use AnnotationContainer (previously a List of Annotations), and the methods exposed only allow for adding a single instance of a given annotation. With the move to AnnotationContainer, I seem to no longer be able to generate code that looks like below:
Is there a suggested way that this should now be handled? Should AnnotationContainer be modified to still support this workflow?
Thank you!
The text was updated successfully, but these errors were encountered: