blob: 9d604b50fd9319451d52b3e7bd186c4a25888b0e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 Carsten Hiesserich 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:
* Carsten Hiesserich - initial API and implementation
*******************************************************************************/
package org.eclipse.vex.core;
import org.eclipse.core.runtime.IStatus;
/**
* A VEX specific implementation of the IStatus interface.
*
* @author chi
*/
public interface IValidationResult extends IStatus {
}