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

de.jaggl.sqlbuilder.domain.Plain Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
package de.jaggl.sqlbuilder.domain;

import lombok.AllArgsConstructor;
import lombok.Getter;

/**
 * @author Martin Schumacher
 *
 * @since 2.6.0
 */
@AllArgsConstructor
@Getter
public class Plain
{
    private String value;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy