package be.cytomine.client;
import be.cytomine.client.abst.AbstractAnnotationTerm;
/**
* Term added to an annotation by a real user (not a job!). Many user can add a term to a single annotation (not only the user that created this annotation)
*
* @author ClientBuilder (Loïc Rollus)
* @version 0.1
*
* YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS)
*
*/
public class AnnotationTerm
extends AbstractAnnotationTerm
{
}