dynamic proxies allow you to implement interfaces ...
# announcements
r
dynamic proxies allow you to implement interfaces at runtime ... so you may not have to keep itf & impl in sync (depending on your use cases) nor leave your default implementation at the hands of the library user