package be.cytomine.client;
import be.cytomine.client.abst.AbstractAnnotationIndex;
/**
* A index entry that store, for an image and a user, the number of annotation created/reviewed
*
* @author ClientBuilder (Loïc Rollus)
* @version 0.1
*
* YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS)
*
*/
public class AnnotationIndex
extends AbstractAnnotationIndex
{
}