blob: b12a5c65d61f2a48fa28221c4ab2b9ab02da6ed6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jem.internal.instantiation.base;
/*
* $RCSfile: IJavaObjectInstance.java,v $
* $Revision: 1.3 $ $Date: 2004/08/27 15:33:17 $
*/
/**
* Interface for java object instances.
*/
public interface IJavaObjectInstance extends IJavaInstance {
}