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;
007
008/**
009 * Interface SimpleInterface.
010 * 
011 * @version $Revision$ $Date$
012 */
013@SuppressWarnings( "all" )
014public interface SimpleInterface
015{
016    
017            public final static String CODE_SEGMENT = "freedom with codeSegment";
018          
019}