001// =================== DO NOT EDIT THIS FILE ====================
002// Generated by Modello 2.3.0,
003// any modifications will be overwritten.
004// ==============================================================
005
006package org.codehaus.modello.test.features.other;
007
008  //---------------------------------/
009 //- Imported classes and packages -/
010//---------------------------------/
011
012import org.codehaus.modello.test.features.SimpleInterface;
013
014/**
015 * Interface SubInterfaceInPackage.
016 * 
017 * @version $Revision$ $Date$
018 */
019@SuppressWarnings( "all" )
020public interface SubInterfaceInPackage
021    extends SimpleInterface
022{
023}