blob: 1f2e1da3a431ea6660eb5df9ced4807187633c7e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 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.proxy.core;
/**
* This interface is for IFieldProxy's and FieldExpressionProxy's so that we can lazily
* get the field proxy and have the expression process it when needed.
* @since 1.1.0
*/
public interface IProxyField extends IProxy {
}