diff options
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; |