using a mapping like this: ```yaml openapi-processor-mapping: v8 options: model-name-suffix: Resource maps: types: - type: Foo @ io.openapiprocessor.Annotation() ``` does not add the annotation. After disabling `model-name-suffix` the annotation gets added.