Skip to content

Default methods #31

Closed
Closed
@luontola

Description

@luontola

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions