package grader.Main; import java.util.Collection; /** * * File data typeing tag indicating that a file contains grader data created by the Grader Tool. * Derived from an FMSL opaque type. * * @author * @version * **/ public class GraderType { /** Default Constructor **/ public GraderType() { } }