Uses of Interface
com.sun.javadoc.TypeVariable
-
Packages that use TypeVariable 软件包 描述 com.sun.javadoc 注意:此程序包中的声明已被程序包jdk.javadoc.doclet
中的声明取代。 -
-
Uses of TypeVariable in com.sun.javadoc
Methods in com.sun.javadoc that return TypeVariable 变量和类型 方法 描述 TypeVariable
Type. asTypeVariable()
不推荐使用,要删除:此API元素将在以后的版本中删除。如果它表示类型变量,则将此类型返回为TypeVariable
。TypeVariable[]
ClassDoc. typeParameters()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此类或接口的正式类型参数。TypeVariable[]
ExecutableMemberDoc. typeParameters()
不推荐使用,要删除:此API元素将在以后的版本中删除。Return the formal type parameters of this method or constructor.
-