mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 22:23:00 +00:00
[With] renaming lombok.experimental.Wither to lombok.experimental.With
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class WithWithGenerics<T, J extends T, L extends java.lang.Number> {
|
||||
@lombok.With J test;
|
||||
@lombok.With java.util.List<L> test2;
|
||||
@lombok.With java.util.List<? extends L> test3;
|
||||
int $i;
|
||||
|
||||
public WithWithGenerics(J test, java.util.List<L> test2, java.util.List<? extends L> test3) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user