- Code: V034
- Level: MAJOR
- Rule: Interface method added
Adding a method to an interface that is used by client's code will require that client code to be updated in order to work properly. Until then, that code is broken and will not execute.
- [MAJOR] Makes incompatible API changes