author | sogoel |
Tue, 12 Aug 2014 17:31:31 -0700 | |
changeset 26095 | 8062f96d3ced |
parent 5520 | 86e4b9a9da40 |
permissions | -rw-r--r-- |
10 | 1 |
/* |
26095
8062f96d3ced
8049127: Group 8b - golden files for annotations test in tools/java dir
sogoel
parents:
5520
diff
changeset
|
2 |
* @test /nodynamiccopyright/ |
10 | 3 |
* @bug 4901264 |
4 |
* @summary JSR175 (2): don't allow annotating members from Object |
|
5 |
* @author gafter |
|
6 |
* |
|
26095
8062f96d3ced
8049127: Group 8b - golden files for annotations test in tools/java dir
sogoel
parents:
5520
diff
changeset
|
7 |
* @compile/fail/ref=ObjectMembers.out -XDrawDiagnostics ObjectMembers.java |
10 | 8 |
*/ |
9 |
||
10 |
@ObjectMembers(hashCode = 23) |
|
11 |
@interface ObjectMembers {} |