8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present

Reviewed-by: ksrini
This commit is contained in:
Bhavesh Patel 2014-03-29 11:06:33 -07:00
parent fb9c998b1d
commit e08ccd0e48
8 changed files with 61 additions and 19 deletions

View file

@ -23,6 +23,7 @@
package pkg1;
@FunctionalInterface
public interface FuncInf<V> {
V call() throws Exception;