" - undefined property in @annotation " +
annotationName + ": " +
nsme.getMessage() + ";" ) );
}
} else {
def.addMetaData( annotationName, typeDescr.getAnnotation( annotationName ).getSingleValue() );
}
}
// add enum literals, if appropriate
if ( type.getKind() == TypeDeclaration.Kind.ENUM ) {