langtools/test/tools/javac/resolve/Candidate.java
changeset 34752 9c262a013456
parent 10816 ce8a7e9d8882
equal deleted inserted replaced
34751:32ee3b176042 34752:9c262a013456
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
       
    23 
    23 import java.lang.annotation.ElementType;
    24 import java.lang.annotation.ElementType;
    24 import java.lang.annotation.Target;
    25 import java.lang.annotation.Target;
    25 
    26 
    26 @Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
    27 @Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
    27 @interface Candidate {
    28 @interface Candidate {