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

@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,6 +23,7 @@
package pkg;
@FunctionalInterface
public interface A {
public void method1();