langtools/test/jdk/javadoc/doclet/testRepeatedAnnotations/pkg/D.java
changeset 36038 39c5445924b9
parent 35426 374342e56a56
child 44287 829205b133d4
equal deleted inserted replaced
36037:688096b6bcc4 36038:39c5445924b9
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    30     public void test1() {}
    30     public void test1() {}
    31 
    31 
    32     @RegArryDoc(y={1,2})
    32     @RegArryDoc(y={1,2})
    33     public void test2() {}
    33     public void test2() {}
    34 
    34 
    35     @NonSynthDocContainer(value={@RegArryDoc})
    35     @NonSynthDocContainer({@RegArryDoc})
    36     public void test3() {}
    36     public void test3() {}
    37 }
    37 }