Files
spring-hateoas/src
Oliver Gierke 9ee4552bfe #101 - Enable annotation based parameter name discovery on MethodParameters.
MethodParameters can now get an AnnotationAttribute configured that will be inspected for parameter name lookup. If it's not set or no annotated parameter is found we fall back to the standard behavior of MethodParameter and use a LocalVariableTableParameterNameDiscoverer.
2013-07-24 13:35:46 +02:00
..