jlleitschuh
05/25/2018, 2:58 PM@Override
annotation on a method/interface and you remove that method from an interface you won't get a compiler error in all of your implementers of that interface.
Wouldn't that potentially make your software more flexible to change?