// AID-GENERATED // ========================================================================= // This class was generated by AID - Abstract Interface Definition // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. // ========================================================================= // Copyright 2002, SLAC, Stanford University, U.S.A. // AID - Compiler Test File package org.freehep.aid.test; /** * TestConstants to test the aid compiler. * * @author Mark Donszelmann */ public interface ITestConstants { /** * Sample const string */ public final static String VERSION = "2.2"; /** * Sample const int */ public final static int VERSION_MAJOR = 2; /** * Final comment */ } // class or interface /** * Really Final comment */