langtools/test/com/sun/javadoc/testRepeatedAnnotations/pkg1/ContainerSynthNotDoc.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.
    29  * This annotation is a non-documented synthesized annotation container for ContaineeSynthDoc.
    29  * This annotation is a non-documented synthesized annotation container for ContaineeSynthDoc.
    30  * It will be used to annotate Class C and methods in the class using a synthesized form.
    30  * It will be used to annotate Class C and methods in the class using a synthesized form.
    31  *
    31  *
    32  * @author Bhavesh Patel
    32  * @author Bhavesh Patel
    33  */
    33  */
    34 @ContainerFor(ContaineeSynthDoc.class)
       
    35 public @interface ContainerSynthNotDoc {
    34 public @interface ContainerSynthNotDoc {
    36 
    35 
    37     ContaineeSynthDoc[] value();
    36     ContaineeSynthDoc[] value();
    38 }
    37 }