mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
Reviewed-by: ksrini
This commit is contained in:
parent
fb9c998b1d
commit
e08ccd0e48
8 changed files with 61 additions and 19 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
package pkg1;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface FuncInf<V> {
|
||||
|
||||
V call() throws Exception;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue