View Javadoc
1   // =================== DO NOT EDIT THIS FILE ====================
2   // Generated by Modello 2.3.0,
3   // any modifications will be overwritten.
4   // ==============================================================
5   
6   package org.codehaus.modello.test.features;
7   
8   /**
9    * Interface SimpleInterface.
10   * 
11   * @version $Revision$ $Date$
12   */
13  @SuppressWarnings( "all" )
14  public interface SimpleInterface
15  {
16      
17              public final static String CODE_SEGMENT = "freedom with codeSegment";
18            
19  }