jdk-24/test/langtools/tools/javac/annotations/neg/Dep.java

13 lines
265 B
Java
Raw Normal View History

2007-12-01 00:00:00 +00:00
/*
* @test /nodynamiccopyright/
2007-12-01 00:00:00 +00:00
* @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
2007-12-01 00:00:00 +00:00
*/
/** @deprecated */
class Dep {
}