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

io.katharsis.queryspec.IncludeFieldSpec Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show 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 - 2024 Weber Informatics LLC | Privacy Policy