void printAnnotation(String annotationMessage, int annotationLine, int annotationOffset, int annotationLength) { System.out.println("Message: " + annotationMessage); System.out.println("Line: " + annotationLine); System.out.println("Offset: " + annotationOffset); System.out.println("Length: " + annotationLength);