langtools/test/com/sun/javadoc/testRepeatedAnnotations/pkg/ContainerSynthDoc.java
changeset 15356 cf312dc54c60
parent 15035 d03c311f44e6
equal deleted inserted replaced
15355:a4757c33cae9 15356:cf312dc54c60
     1 /*
     1 /*
     2  * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2013, 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  * It will be used to annotate Class C and a method in the class using a synthesized form.
    30  * It will be used to annotate Class C and a method in the class using a synthesized form.
    31  *
    31  *
    32  * @author Bhavesh Patel
    32  * @author Bhavesh Patel
    33  */
    33  */
    34 @Documented
    34 @Documented
    35 @ContainerFor(ContaineeSynthDoc.class)
       
    36 public @interface ContainerSynthDoc {
    35 public @interface ContainerSynthDoc {
    37 
    36 
    38     ContaineeSynthDoc[] value();
    37     ContaineeSynthDoc[] value();
    39 }
    38 }