Module jdk.compiler

Interface SeeTree

所有超级接口:
BlockTagTree, DocTree

public interface SeeTree extends BlockTagTree
一个@see块标签的树节点。
    @see "string"
    @see <a href="URL#value"> label </a>
    @see reference
 
自Java版本:
1.8
  • Method Details

    • getReference

      List<? extends DocTree> getReference()
      返回引用。
      返回:
      引用