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

io.github.ashwithpoojary98.clausses.AbstractClause Maven / Gradle / Ivy

The newest version!
package io.github.ashwithpoojary98.clausses;

import lombok.Data;

@Data
public abstract class AbstractClause {

    private String engine;

    private String component;

    public abstract AbstractClause copy();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy