"Annotated field " + field.getFieldName() +
" - undefined property in @annotation " +
annotationName + ": " + nsme.getMessage() + ";" ) );
}
} else {
fieldDef.addMetaData( annotationName, field.getAnnotation( annotationName ).getSingleValue() );
}
}
queue.add( fieldDef );
} catch (ClassNotFoundException cnfe) {