diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-09-03 01:36:36 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-09-03 01:36:36 +0200 |
commit | c46bf8576fb2424c107f970a90bc57bc6ed5204a (patch) | |
tree | 88d538a5b702d57745d647ec7f367bf68d3a87ab /src/lombok/installer | |
parent | 2b51cf84f4b11fb458c566317b4c2ecc94c8631b (diff) | |
download | lombok-c46bf8576fb2424c107f970a90bc57bc6ed5204a.tar.gz lombok-c46bf8576fb2424c107f970a90bc57bc6ed5204a.tar.bz2 lombok-c46bf8576fb2424c107f970a90bc57bc6ed5204a.zip |
"Fixed" issue #43" - problems with javax.validation.NotNull, which lombok used to copy over to the method parameter of generated setters and constructors, but NotNull is not valid there. We've fixed it by limiting ourselves to annotations named 'NonNull', popular versions of which are legal in all the places we copy them to.
This leaves IDEA's NotNull out in the cold, but, lombok doesn't support IDEA anyway.
This is a workaround - once lombok supports type introspection we'll fix this properly.
Diffstat (limited to 'src/lombok/installer')
0 files changed, 0 insertions, 0 deletions