package be.cytomine.client;
import be.cytomine.client.abst.AbstractAnnotationFilter;
/**
* Define a set of filter for annotation listing
*
* @author ClientBuilder (Loïc Rollus)
* @version 0.1
*
* YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS)
*
*/
public class AnnotationFilter
extends AbstractAnnotationFilter
{
}