描述
The java.lang.Package.getSpecificationTitle() method returns the title of the specification that this package implements.
声明
Following is the declaration for java.lang.Package.getSpecificationTitle() method
public String getSpecificationTitle()
参数
NA
返回值
This method returns the specification title, null is returned if it is not known.
异常
NA