package be.cytomine.client; import be.cytomine.client.abst.AbstractJobData; /** * Data created by a job. This concerns only data files (annotation or term are store in domain database). If config cytomine.jobdata.filesystem is true, file are stored in filesystem, otherwise they are store in database. * * @author ClientBuilder (Loïc Rollus) * @version 0.1 * * YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS) * */ public class JobData extends AbstractJobData { }