mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-10 04:19:56 +00:00
improved and added to test cases for @Builder.
Eclipse's implementation continues to pass them all.
This commit is contained in:
@@ -2,6 +2,6 @@ import java.util.List;
|
||||
import lombok.experimental.Builder;
|
||||
|
||||
class BuilderComplex {
|
||||
@Builder
|
||||
@Builder(buildMethodName = "execute")
|
||||
private static <T extends Number> void testVoidWithGenerics(T number, int arg2, String arg3, BuilderComplex selfRef) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user