idlentity.java
来自「java1.6众多例子参考」· Java 代码 · 共 20 行
JAVA
20 行
/* * @(#)IDLEntity.java 1.12 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package org.omg.CORBA.portable;/** * An interface with no members whose only purpose is to serve as a marker * indicating that an implementing class is a * Java value type from IDL that has a corresponding Helper class. * RMI IIOP serialization looks for such a marker to perform * marshalling/unmarshalling. **/public interface IDLEntity extends java.io.Serializable {}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?