Is it possible for make the compiler generate a warning when it encounters a user defined annotaion? Something similar to the @Deprecated annotation?
Thanks
|
Is it possible for make the compiler generate a warning when it encounters a user defined annotaion? Something similar to the Thanks |
|||||||||||
|
|
Based on your original question and comments, I assume you're trying to do the following:
I don't believe you can mark the code with a compiler warning. The
The effect isn't realized until runtime, but the other developers should be unit testing their code. As for identifying the incomplete code I would still refer back to my original comment. Use the |
|||
|
|
|
I've asked the Lombok people to look at providing this functionality https://github.com/peichhorn/lombok-pg/issues/114 and it is now implemented ;-) https://github.com/peichhorn/lombok-pg/wiki/%40Warning |
||||
|
|