davidmarquis / fluent-interface-proxy

Forget boiler plate code for your Java Fluent builders! This project provides a proxy that implements your Builder interfaces dynamically (no code required!)
MIT License
55 stars 17 forks source link

Type compatibility should be that the constructor type is a super type of the input type, not the other way around. #10

Closed rahulpilani closed 7 years ago

rahulpilani commented 7 years ago

9