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

se.l4.silo.search.QueryPart Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package se.l4.silo.search;

import se.l4.silo.search.query.QueryReceiver;

public interface QueryPart
{
	void parent(ReturnPath path, QueryReceiver receiver);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy