Closed
Description
This issue relates to pull requests #26 and #30
The backport of default methods is based on the technique of modifying all implementors of an interface to add there method implementations that Java 8 would otherwise take from the interface. The actual default method implementations will be moved to a companion class as static methods. Since it won't be possible to modify library interfaces, they should be silently ignored and the default methods in them should not be copied to their implementors.
Metadata
Metadata
Assignees
Labels
No labels