All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wizarius.orm.database.connection.ConnectionParameter Maven / Gradle / Ivy

The newest version!
package com.wizarius.orm.database.connection;

import lombok.AllArgsConstructor;
import lombok.Getter;

/**
 * @author Vladyslav Shyshkin on 09.04.17.
 */
@Getter
@AllArgsConstructor
public class ConnectionParameter {
    private final String key;
    private final String value;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy