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    //- Imported classes and packages -/
10  //---------------------------------/
11  
12  import org.codehaus.modello.test.features.other.PackageNameFeature;
13  import org.codehaus.modello.test.features.other.SubInterfaceInPackage;
14  
15  /**
16   * 
17   *         <code>&lt;field&gt;&lt;type&gt;<i>chose a
18   * type</i>[]&lt;/type&gt;&lt;field&gt;</code>:
19   *         Test of arrays of every types supported (java plugin
20   * only).
21   *       
22   * 
23   * @version $Revision$ $Date$
24   */
25  @SuppressWarnings( "all" )
26  public class ArrayFeatures
27      implements java.io.Serializable
28  {
29  }