org.bidib.wizard.gateway.model.connection.ProxyBidibConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-gateway Show documentation
Show all versions of bidibwizard-gateway Show documentation
jBiDiB BiDiB Wizard Gateway POM
package org.bidib.wizard.gateway.model.connection;
import org.bidib.wizard.api.model.connection.BidibConnection;
public interface ProxyBidibConnection extends BidibConnection {
}