atlasdb icon indicating copy to clipboard operation
atlasdb copied to clipboard

Force a decision on whether to delegate implemented methods with AutoDelegate

Open gmaretic opened this issue 5 years ago • 0 comments

We've burned ourselves for the n-th time with delegating a default method. We should fail on generating an AutoDelegate implementation if there are any default methods that have not been annotated with either @DoNotDelegate or @DoDelegate

gmaretic avatar Nov 15 '19 13:11 gmaretic