src/jdk.compiler/share/classes/com/sun/source/doctree/LiteralTree.java

Print this page

        

*** 32,42 **** * <p> * {@literal text} * * @since 1.8 */ - @jdk.Exported public interface LiteralTree extends InlineTagTree { /** * Returns the body of the {@code @code} or {@code @literal} tag. * @return the body of the tag */ --- 32,41 ----