Is it possible to create 'helper functions' to instantiate annotations from 3rd-party libraries? I'm using SpringDoc to define OpenAPI metadata, and would like to remove visual clutter.
e.g., something like this; this doesn't work because `Annotation class cannot be instantiated`: