|
Java example source code file (LiteralTest.java)
The LiteralTest.java Java example source code/* * @test /nodynamiccopyright/ * @bug 8006228 * @summary Doclint doesn't detect <code> {@code nested inline} * @build DocLintTester * @run main DocLintTester -ref LiteralTest.out LiteralTest.java */ /** */ public class LiteralTest { /** <code> abc {@literal < & > } def */ public void ok_literal_in_code() { } /** <code> abc {@code < & > } def */ public void bad_code_in_code() { } } Other Java examples (source code examples)Here is a short list of links related to this Java LiteralTest.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.