exampleType = tsa.addType("test.primitives.Example", annotationType);
floatFeature = tsa.addFeature("floatFeature", exampleType, tsa.getType(CAS.TYPE_NAME_FLOAT));
stringFeature = tsa.addFeature("stringFeature", exampleType, tsa
.getType(CAS.TYPE_NAME_STRING));
booleanFeature = tsa.addFeature("boolFeature", exampleType, tsa
.getType(CAS.TYPE_NAME_BOOLEAN));
byteFeature = tsa.addFeature("byteFeature", exampleType, tsa.getType(CAS.TYPE_NAME_BYTE));
shortFeature = tsa.addFeature("shortFeature", exampleType, tsa.getType(CAS.TYPE_NAME_SHORT));
longFeature = tsa.addFeature("longFeature", exampleType, tsa.getType(CAS.TYPE_NAME_LONG));
doubleFeature = tsa.addFeature("doubleFeature", exampleType, tsa