Hi together,

in a TypeSystem we have a type "org.company.types.Annotation".
Now we have another type "org.company.types.Sentence" which uses
"org.company.types.Annotation" as its supertypeName.
When we generate the corresponding Java classes using JCasGen the
fully-qualified name seems to be omitted:
Sentence.java extends "Annotation" which gets translated to
"uima.tcas.Annotation" instead of "org.company.types.Annotation".

Is this a bug in JCasGen or is it a desired behaviour?

Thanks and all the best,
Frank

Reply via email to