setFetch(transformation.getAttributeString("fetch"));
setOptional(transformation.getAttributeBooleanDefaultTrue("optional"));
}
if (isAnnotationPresent(ReadTransformer.class)) {
m_readTransformer = new ReadTransformerMetadata(getAnnotation(ReadTransformer.class), this);
}
// Set the write transformers if specified.
// Process all the write transformers first.
if (isAnnotationPresent(WriteTransformers.class)) {