Is there a way in groovy to implement an interface...
# gradle
j
Is there a way in groovy to implement an interface with no-op methods (without the boilerplate code) for most of the methods and only override like 2 or three methods?