projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.88k stars 2.39k forks source link

Annotations that can mark on the method parameters #840

Open lombokissues opened 9 years ago

lombokissues commented 9 years ago

Migrated from Google Code (issue 805)

lombokissues commented 9 years ago

:bust_in_silhouette: liuhuizhang@foxmail.com   :clock8: Apr 14, 2015 at 02:17 UTC

Please discuss feature requests first on https://groups.google.com/forum/﹟!forum/project-lombok

What steps will reproduce the problem? 1.create a normal pojo class 2.create some method with parameters on the pojo 3.mark the parameter with annotation

What is the expected output? What do you see instead?

After mark the parameter, I would expect some parameter validate operation will be operate on the parameter before the method body begins

What version of the product are you using? On what operating system?

the most recent version

Please provide any additional information below.

lombokissues commented 9 years ago

End of migration