jdk-24/test/langtools/tools/javac/annotations/neg/Dep.java
2017-09-12 19:03:39 +02:00

13 lines
265 B
Java

/*
* @test /nodynamiccopyright/
* @bug 4903501
* @summary Please add annotation <at>Deprecated to supplant the javadoc tag
* @author gafter
*
* @compile/fail/ref=Dep.out -XDrawDiagnostics -Xlint:dep-ann -Werror Dep.java
*/
/** @deprecated */
class Dep {
}