History log of /openjdk10/langtools/test/tools/javac/lambda/FunctionalInterfaceAnno.java
Revision Date Author Comments
# 1496:7aa2025bbb7b 16-Jan-2013 mcimadamore

8005299: Add FunctionalInterface checking to javac
Summary: Javac should check that types annotated with @FunctionalInterface are indeed functional interfaces
Reviewed-by: jjg