Hi, there: I have always had a question about type system but kept forgetting to ask.
I want to define a type that does not need to be a sub type of the default uima.tcas.Annotation class, because it does not really need to have a (begin, end), for instance, and it does not need to be indexed. A most common use case is for us to declare such a non-Annotation type so we can assign objects of such type as features of other Annotation types. How can I do it? -- James
