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
It's possible to search for models that are annotated with all annotations in a Type<Annotation>[], such as with:
sharedformalAttribute<Container,Get,Set>[]
getAttributes<Container = Nothing, Get = Anything, Set = Nothing>
(Type<Annotation>[] annotationTypes)
but there doesn't seem to be an easy way to test if a model or declaration that you already have contains all annotations in a list. There is some overlap with #706.
The best I've come up with so far (without API support), is:
It's possible to search for models that are annotated with all annotations in a
Type<Annotation>[]
, such as with:but there doesn't seem to be an easy way to test if a model or declaration that you already have contains all annotations in a list. There is some overlap with #706.
The best I've come up with so far (without API support), is:
The text was updated successfully, but these errors were encountered: