mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-07 04:24:19 +00:00
Fix for issue 396: Static constructors generated for classes with type parameters did not work in javac.
This commit is contained in:
@@ -22,3 +22,7 @@
|
||||
final T x;
|
||||
String name;
|
||||
}
|
||||
@lombok.RequiredArgsConstructor(staticName="of") class RequiredArgsConstructorStaticNameGenerics2<T extends Number> {
|
||||
final Class<T> x;
|
||||
String name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user