モジュール jdk.compiler
パッケージ com.sun.source.doctree

インタフェースSnippetTree

すべてのスーパー・インタフェース:
DocTree, InlineTagTree

public interface SnippetTree extends InlineTagTree
@snippetのインライン・タグのツリー・ノード。
    {@snippet :
     body
    }

    {@snippet attributes}

    {@snippet attributes :
     body
    }
 
導入されたバージョン:
18