@Test
public void annnotation_on_read_method_takes_precedence_over_write_method()
{
TargetBean bean = new TargetBean();
ComponentResources resources = newComponentResources(bean);
Location l = mockLocation();
replay();
Binding binding = _factory.newBinding("test binding", resources, null, "objectValue", l);