blob: 755c5aeabd7f004c161d283e58720643654b5f0c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2012 Intel Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Oleg Danilov, Intel - Initial API and Implementation
*
*******************************************************************************/
package org.eclipse.bpel.ui.adapters;
public interface IAnnotatedElement {
/**
* Return a summary of the given model object properties.
* The returned array lists the properties in such order: name,value,name,value...
*/
public String[] getAnnotation(Object object);
}