package be.cytomine.client; import be.cytomine.client.abst.AbstractReviewedAnnotation; /** * A reviewed annotation is an user/algo-annotation validated by a user. When a user validate an user/algoannotation, we copy all data from the validated annotation to create the review annotation * * @author ClientBuilder (Loïc Rollus) * @version 0.1 * * YOU CAN EDIT THIS FILE (DO NO EDIT THE ABSTRACT PARENT CLASS) * */ public class ReviewedAnnotation extends AbstractReviewedAnnotation { }