Java 8 Default Methods in Interfaces: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
Default methods in interfaces have been added to support ''evolvable'' interfaces. | Default methods in interfaces have been added to support ''evolvable'' interfaces: the possibility to evolve published interfaces without disrupting existing (and inaccessible) implementations. | ||
=TODO= | =TODO= |
Revision as of 22:18, 22 March 2018
Internal
Overview
Default methods in interfaces have been added to support evolvable interfaces: the possibility to evolve published interfaces without disrupting existing (and inaccessible) implementations.