Module jdk.compiler

Interface SnippetTree

All Superinterfaces:
DocTree, InlineTagTree

public interface SnippetTree extends InlineTagTree
A tree node for an @snippet inline tag.
    {@snippet :
     body
    }

    {@snippet attributes}

    {@snippet attributes :
     body
    }
 
Since:
18