package be.cytomine.client; import be.cytomine.client.abst.AbstractAttachedFile; /** * A file that may be attached to any Cytomine domain. Usefull to include file into description. * * @author ClientBuilder (Loïc Rollus) * @version 0.1 * * YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS) * */ public class AttachedFile extends AbstractAttachedFile { }