io.katharsis.queryspec.IncludeRelationSpec Maven / Gradle / Ivy
package io.katharsis.queryspec;
import java.util.List;
public class IncludeRelationSpec extends IncludeSpec {
private static final long serialVersionUID = -1343366742266390343L;
public IncludeRelationSpec(List path) {
super(path);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy