profilespecificationid.java
来自「jainslee1.0 源代码」· Java 代码 · 共 13 行
JAVA
13 行
package javax.slee.profile;import javax.slee.ComponentID;/** * The <code>ProfileSpecificationID</code> interface is a marker interface * implemented by every Java object that encapsulates profile specification * component identity. A <code>ProfileSpecificationID</code> object is also * known as a profile specification identifier. */public interface ProfileSpecificationID extends ComponentID {}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?