sunvmcid.java
来自「JAVA 所有包」· Java 代码 · 共 24 行
JAVA
24 行
/* * @(#)SUNVMCID.java 1.13 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package com.sun.corba.se.impl.util;/** * The vendor minor code ID reserved for Sun by the OMG. * All VMCIDs occupy the high order 20 bits. */public interface SUNVMCID { /** * The vendor minor code ID reserved for Sun. This value is or'd with * the high order 20 bits of the minor code to produce the minor value * in a system exception. */ static final int value = 0x53550000;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?