com.yahoo.elide.modelconfig.model.ElideSQLDBConfig Maven / Gradle / Ivy
/*
* Copyright 2020, Yahoo Inc.
* Licensed under the Apache License, Version 2.0
* See LICENSE file in project root for terms.
*/
package com.yahoo.elide.modelconfig.model;
/**
* Elide SQL DB POJO.
*/
public class ElideSQLDBConfig extends ElideDBConfig {
}