* @param originalReference the reference to be replaced
*
* @return the mapper reference replacing the original one
*/
protected MapperReference replacementMapperReference(MapperReference originalReference) {
return new AnnotationMapperReference(
originalReference.getType(),
originalReference.getVariableName(),
getMapperReferenceAnnotation()
);
}