public String convertToValang(String fieldName, Annotation a, MessageSourceAccessor messages) {
throw new UnsupportedOperationException("this class only does delegate annotation work");
}
public Annotation[] getDelegateAnnotations(Annotation a, String fieldName) {
Expressions annotation = (Expressions) a;
return annotation.value(); // all sub-annotations
}