package grader.gradebookbinh; import grader.gradebook.*; import java.util.Collection; /** * * File data typing tag indicating that a file contains calendar data created by the Calendar Tool. * Derived from an FMSL opaque type. * * @author * @version * **/ public class GradebookType { /** Default Constructor **/ public GradebookType() { } }