Hi, I want to pass on a configuration parameter to my annotator which is not of the below listed type (from the documentation):
"array or collection types of primitive types (int, boolean, float, double), any enum types, any types that define a constructor accepting a single String (e.g. File), as well as, fields of the types Pattern and Localeā Is there any way to pass an object through @ConfigurationParameter to my annotator? Best, Sarah
