- Code: V018
- Level: MINOR
- Rule: Final class protected method added
A final class cannot be inherited, thus any protected code is not visible to clients.
- [MINOR] Adds functionality in a backwards-compatible manner
A final class cannot be inherited, thus any protected code is not visible to clients.