7151010: Add compiler support for repeating annotations

Reviewed-by: jjg, mcimadamore
This commit is contained in:
Joel Borggrén-Franck 2012-08-31 10:37:46 +01:00
parent de50ec6f3f
commit 9c23b8bad0
52 changed files with 2284 additions and 95 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012 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
@ -22,6 +22,8 @@
*/
// key: compiler.err.duplicate.annotation
// key: compiler.warn.source.no.bootclasspath
// options: -source 7
@interface Anno { }