@Test
public void testSetterAnnotation()
{
try
{
BeanWithSetterAnnotation bean = new BeanWithSetterAnnotation();
BindAnnotationReader bindablesReader = new BindAnnotationReader();
bindablesReader.readBindables(bean);
Assert.fail("Should have caught ApplicationConfigurationException");
}
catch (ApplicationConfigurationException e)