From: "Adrian Kuhn" <akuhn(a)gmx.ch>
Would something alonge these lines help you:
<MSEAnnotation: #longName value: 'pimp my meta-model'>
<MSEAnnotation: #description value: 'Yo dawg, I herd you like models
so we put ...'>
I am also quite interested in custom pragmas being captured in a general
way, and then available for query as well as emmitted back into any
generated code.
Why not just do the shorter:
<longName: 'foo'>
<description: 'bar'>
<other: #baz on: 'bar'>
(I'm sure there is a good reason :-)