" - undefined property in @annotation " +
annotationName + ": " + nsme.getMessage() + ";" ) );
}
}
if (annotation == null || annotation == Key.class || annotation == Position.class) {
fieldDef.addMetaData( annotationName, field.getAnnotation( annotationName ).getSingleValue() );
}
}
queue.add( fieldDef );
} catch ( ClassNotFoundException cnfe ) {