// 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; import java.io.IOException; /** * TestInterface to test the aid compiler. * * @author Mark Donszelmann */ public interface ITestPackageClosure { /** * noargs method */ public void noargs(); /** * Method with different exception * * @throws IOException in case of error */ public void commit() throws IOException; /** * EndOfClass comment */ } // class or interface /** * EndOfPackage comment */ /** * EndOfFile comment */