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