io.github.ashwithpoojary98.clausses.joins.AbstractJoin Maven / Gradle / Ivy
The newest version!
package io.github.ashwithpoojary98.clausses.joins;
import io.github.ashwithpoojary98.clausses.AbstractClause;
public abstract class AbstractJoin extends AbstractClause {
}