blob: e8e2f9d815bc5545491394338f15a8afd6b1968e [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 Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jem.internal.instantiation.base;
/*
* $RCSfile: IJavaObjectInstance.java,v $
* $Revision: 1.5 $ $Date: 2005/05/12 22:17:05 $
*/
/**
* Interface for java object instances.
*/
public interface IJavaObjectInstance extends IJavaInstance, FeatureValueProvider {
}