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

Support for default methods #11

Closed davidmarquis closed 6 years ago

davidmarquis commented 6 years ago

When a builder interface has default methods, the proxy tries to implement these methods as builder methods. They should be ignored by the proxy.