**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** opened **[INT-895](https://jira.spring.io/browse/INT-895?redirect=false)** and commented This code is currently in ArgumentArrayMessageMapper.mapArgumentsToMessage(..): ``` Annotation annotation = methodParam.getParameterAnnotations().length == 0 ? null : (methodParam.getParameterAnnotations()[0]); ``` Perhaps we can use the findMappingAnnotation(..) method that is already defined within that same class. --- **Affects:** 2.0 M1