I mean I agree, but with java, if you don't have t...
# announcements
j
I mean I agree, but with java, if you don't have the
@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?