Javadoc in 9 seems to treat all interfaces with only one method as functional interfaces (original) (raw)

Florian Weimer fw at deneb.enyo.de
Thu Mar 20 19:51:59 UTC 2014


While playing with JDK 9 javadoc command I noticed that it seems to treat all single method interfaces as if they were functional interfaces - even though they don't have the @FunctionalInterface annotation.

Does it take inheritence into account? If yes, why is this even a bug?



More information about the core-libs-dev mailing list