mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
7151010: Add compiler support for repeating annotations
Reviewed-by: jjg, mcimadamore
This commit is contained in:
parent
de50ec6f3f
commit
9c23b8bad0
52 changed files with 2284 additions and 95 deletions
|
@ -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 { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue