atlasdb
atlasdb copied to clipboard
Force a decision on whether to delegate implemented methods with AutoDelegate
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