On Mon, 2018-08-20 at 07:57 +0000, Stefan Seifert wrote:
>  with Java 8 we can use default implementations and declare them as
> final as well.

At least with Eclipse I'm getting

"Illegal modifier for the interface method bar; only public, abstract,
default, static and strictfp are permitted"

This is supported by Brian Goetz's explanation at [1].

[1]: 
https://stackoverflow.com/questions/23453287/why-is-final-not-allowed-in-java-8-interface-methods

Reply via email to