Hi all, I'm trying to make a simple function which take an annotation and a Type and print all the value associated with all the feature present in the Type. This is the recursive function: public void printTypeSystem(Type uimaType, Annotation annotation, int level){ String levelString="\t"; for (int i=0; i feauturesList = uimaType.getFeatures(); if(level == 1) System.out.println("T.S. = "+uimaType.getName()); for(int i=0; i