// This code is taken from WSO2 Carbon and is licensed by WSO2, Inc. // under the Apache License version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html package org.wso2.carbon.bpel.ui.bpel2svg; /** * Created by IntelliJ IDEA. * User: waruna * Date: Jul 17, 2009 * Time: 10:11:52 AM * To change this template use File | Settings | File Templates. */ public interface TargetInterface extends TargetsInterface{ }