akshattandon / projectlombok

Automatically exported from code.google.com/p/projectlombok
0 stars 0 forks source link

Annotations that can mark on the method parameters #805

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by liuhuizh...@foxmail.com on 14 Apr 2015 at 2:17