package be.cytomine.client;
import be.cytomine.client.abst.AbstractAlgoAnnotationTerm;
/**
* Term added to an annotation by a job. Annotation can be: -algo annotation (create by a job) or -user annotation (create by a real user)
*
* @author ClientBuilder (Loïc Rollus)
* @version 0.1
*
* YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS)
*
*/
public class AlgoAnnotationTerm
extends AbstractAlgoAnnotationTerm
{
}