blob: 775744b92ec84d6627bae482204fdec453fcff2b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Matthew Hall 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:
* Matthew Hall - initial API and implementation (bug 256150)
******************************************************************************/
package org.eclipse.core.tests.internal.databinding.beans;
/**
* @since 3.2
*
*/
public interface IBeanExtension extends IBean {
}