diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-07-14 14:44:25 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-07-14 14:44:25 +0200 |
commit | aa1a0e7ac87f5e96a39d0bad670aa8c7b7df85d4 (patch) | |
tree | 7312ca3bcd8afdc1cc9b5b23c67d0ff027a2bedc /usage_examples/ConstructorExample_post.jpage | |
parent | 68b079d3129c8201fcffb898bf6155efdc393d0a (diff) | |
download | lombok-aa1a0e7ac87f5e96a39d0bad670aa8c7b7df85d4.tar.gz lombok-aa1a0e7ac87f5e96a39d0bad670aa8c7b7df85d4.tar.bz2 lombok-aa1a0e7ac87f5e96a39d0bad670aa8c7b7df85d4.zip |
The site's lombok v. vanilla java examples included lombok annotations on the vanilla java side. Fabrizio Guidici found this one.
Diffstat (limited to 'usage_examples/ConstructorExample_post.jpage')
-rw-r--r-- | usage_examples/ConstructorExample_post.jpage | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usage_examples/ConstructorExample_post.jpage b/usage_examples/ConstructorExample_post.jpage index 5f4aa987..8a2d5069 100644 --- a/usage_examples/ConstructorExample_post.jpage +++ b/usage_examples/ConstructorExample_post.jpage @@ -1,5 +1,3 @@ -@RequiredArgsConstructor(staticName = "of") -@AllArgsConstructor(access = AccessLevel.PROTECTED) public class ConstructorExample<T> { private int x, y; @NonNull private T description; |