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