blob: 616262985e6d5b0d3f22ea15523889d776ceb79c [file] [log] [blame]
/******************************************************************************
* Copyright (c) 1996, 2010, Werner Keil, Creative Arts & Technologies.
* 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:
* Werner Keil, Creative Arts & Technologies - initial API and implementation
*****************************************************************************/
package org.eclipse.uomo.core;
/**
* A bean.
*
* @version $Id$
* @author <a href="mailto:uomo@catmedia.us">Werner Keil</a>
* @deprecated For integration only
*/
public interface IBean {
boolean isABean();
}