Hello all, I tried my best to search for an answer to this topic but came up short. I'm creating an Annotation type and I want to give it a feature that is a Map (a HashMap or any other implementation).
I looked through the documentation, but there is no information on creating your own type such as this. All the documentation seems to talk about is creating features which inherit the built-in types or which inherit other features defined this way. Please let me know what's the right way to go about this. One usage scenario would be for annotating HTML tags. For example, an HTML tag annotation could contain a label String and an attributes Map. There are other scenarios as well, but this one is the most obvious. Thanks for any help, --Anton
