{
BindSelect bindAnnotation = (BindSelect) annotation;
BindSelectHandler handler = new BindSelectHandler();
String expression = bindAnnotation.targetBeanExpression();
handler.setTargetBeanExpression(expression);
String beanLocatingExpression = null;
String propertyName = null;