Closed
Description
-parameters
option for storing formal parameter names to bytecode was added in Java 8 to javac. It would be nice if formal parameter names in mapper classes were obtained by reflection. So, specifying a parameter name by @param annotation wouldn't be required.
Note that other libraries have already started to support this feature, for example Hibernate validator.