annotationName + ": " +
nsme.getMessage() + ";" ) );
}
}
if (annotation == null || annotation == Role.class) {
def.addMetaData( annotationName, typeDescr.getAnnotation( annotationName ).getSingleValue() );
}
}
// add enum literals, if appropriate
if ( type.getKind() == TypeDeclaration.Kind.ENUM ) {