History log of /openjdk9/langtools/test/tools/javac/annotations/6881115/T6881115.java
Revision Date Author Comments
# 1520:71f35e4b93a5 23-Jan-2013 jjg

8006775: JSR 308: Compiler changes in JDK8
Reviewed-by: jjg
Contributed-by: mernst@cs.washington.edu, wmdietl@cs.washington.edu, mpapi@csail.mit.edu, mahmood@notnoop.com


# 721:4851ff2ffc10 19-Oct-2010 jjg

6987760: remove 308 support from JDK7
Reviewed-by: darcy, mcimadamore


# 633:27bae58329d5 16-Aug-2010 mcimadamore

6976649: javac does not enforce required annotation elements in arrays
Summary: type annotation should take advantage of recursive annotation checking
Reviewed-by: jjg


# 628:0fe472f4a332 05-Aug-2010 mcimadamore

6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
Summary: default annotation value is not attributed
Reviewed-by: jjg, darcy