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
- Previous message: Javadoc in 9 seems to treat all interfaces with only one method as functional interfaces
- Next message: Javadoc in 9 seems to treat all interfaces with only one method as functional interfaces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Daniel Fuchs:
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?
- Previous message: Javadoc in 9 seems to treat all interfaces with only one method as functional interfaces
- Next message: Javadoc in 9 seems to treat all interfaces with only one method as functional interfaces
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]