mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 02:25:27 +00:00
8 lines
239 B
Java
8 lines
239 B
Java
class WitherWithGenerics<T, J extends T, L extends java.lang.Number> {
|
|
@lombok.experimental.Wither J test;
|
|
@lombok.experimental.Wither java.util.List<L> test2;
|
|
int $i;
|
|
|
|
public WitherWithGenerics(J test, java.util.List<L> test2) {
|
|
}
|
|
} |