package be.cytomine.client;
import be.cytomine.client.abst.AbstractJobTemplate;
/**
* A job template is a job with pre-filled parameters. It can be used to init a new 'real' job on the basis of this template.
*
* @author ClientBuilder (Loïc Rollus)
* @version 0.1
*
* YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS)
*
*/
public class JobTemplate
extends AbstractJobTemplate
{
}