}
else if (localName.equals(TAG_ID_ANNOTATION)) {
currentAnnotation = null;
String specValue = attributes.getValue("spec"); //$NON-NLS-1$
if (specValue != null) {
currentAnnotation = new Annotation();
currentAnnotation.setSpec(specValue);
}
annotationMap.addAnnotation(currentAnnotation);
}
else if (localName.equals(TAG_ID_PROPERTY)) {