Fatlum Sadiku

Results 1 issues of Fatlum Sadiku

**Is your feature request related to a problem? Please describe.** When executing code similar to the following: ```sub_annotation = SomeType(...) annotation = SomeOtherType(feature=sub_annotation, ...) cas.add(annotation=annotation) cas.to_xmi("example.xmi") ``` the sub_annotation needs...

🆕Enhancement