langtools/test/jdk/javadoc/doclet/testAnnotationTypes/pkg/AnnotationType.java
changeset 36038 39c5445924b9
parent 35426 374342e56a56
equal deleted inserted replaced
36037:688096b6bcc4 36038:39c5445924b9
     1 /*
     1 /*
     2  * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 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  *
    30  *
    31  * @author Jamie Ho.
    31  * @author Jamie Ho.
    32  * @since 1.5
    32  * @since 1.5
    33  */
    33  */
    34 @Documented public @interface AnnotationType {
    34 @Documented public @interface AnnotationType {
    35 
    35     int value();
    36 }
    36 }