mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-06 04:16:49 +00:00
Eclipse Builder implementation finished. Tests need fleshing out though.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java.util.List;
|
||||
import lombok.experimental.Builder;
|
||||
|
||||
class BuilderComplex {
|
||||
@Builder
|
||||
private static <T extends Number> void testVoidWithGenerics(T number, int arg2, String arg3, BuilderComplex selfRef) {}
|
||||
}
|
||||
Reference in New Issue
Block a user