Files
spring-data-commons/src/main/java/org/springframework/data
Oliver Gierke aa8d5987d9 DATACMNS-520 - Fixed @Param validation in Parameters.
Parameters erroneously rejected @Param annotated query method parameters that were preceded by a non-bindable type (like Pageable or Sort) as it checked for a 0 index of the parameter. We now manually keep an index in the check itself and have removed the Parameter.isFirst() method as it's not used anywhere else.
2014-06-12 15:59:57 +02:00
..
2014-05-01 20:23:58 +02:00