|
Java example source code file (DeprecatedDocComment4.java)
The DeprecatedDocComment4.java Java example source code/** * @test /nodynamiccopyright/ * @bug 7104201 * @summary Refactor DocCommentScanner * @compile/fail/ref=DeprecatedDocComment4.out -XDrawDiagnostics -Werror -Xlint:dep-ann DeprecatedDocComment4.java */ class DeprecatedDocComment4 { /** @deprecated **/ /* block */ void test1() {}; /** @deprecated **/ /** double javadoc */ void test2() {}; /** @deprecated **/ //line comment void test3() {}; } Other Java examples (source code examples)Here is a short list of links related to this Java DeprecatedDocComment4.java source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.