mybatis / mybatis-3

MyBatis SQL mapper framework for Java
http://mybatis.github.io/mybatis-3/
Apache License 2.0
19.78k stars 12.86k forks source link

About mapper interface method parameter #1392

Closed jzdayz closed 5 years ago

jzdayz commented 5 years ago

I hope that mybatis can add functions like springmvc parameters to the mapper interface. ( like org.springframework.core.ParameterNameDiscoverer ) I think that each parameter is written @param a little too much.

piumnl commented 5 years ago

If you use jdk8, you can try add the compile parameter -paramters with mybatis version is higher than 3.4.1.

kazuki43zoo commented 5 years ago

@piumnl Thanks for your comment! I am same as the suggestion of @piumnl .

jzdayz commented 5 years ago

ok