test/langtools/tools/javac/processing/PackageInfo/Overwrite/package-info.java
author cushon
Thu, 13 Sep 2018 15:29:44 -0700
changeset 51734 e6b524cdcc34
permissions -rw-r--r--
8193037: package-info annotations are not reported when annotation processing is enabled Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
51734
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     1
/*
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     2
 * Copyright (c) 2018, Google Inc. All rights reserved.
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     4
 *
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     7
 * published by the Free Software Foundation.
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     8
 *
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    13
 * accompanied this code).
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    14
 *
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    18
 */
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    19
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    20
@Deprecated
e6b524cdcc34 8193037: package-info annotations are not reported when annotation processing is enabled
cushon
parents:
diff changeset
    21
package p;