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 //- Imported classes and packages -/
010//---------------------------------/
011
012import org.codehaus.modello.test.features.other.PackageNameFeature;
013import org.codehaus.modello.test.features.other.SubInterfaceInPackage;
014
015/**
016 * 
017 *         <code>&lt;field&gt;&lt;type&gt;<i>chose a
018 * type</i>[]&lt;/type&gt;&lt;field&gt;</code>:
019 *         Test of arrays of every types supported (java plugin
020 * only).
021 *       
022 * 
023 * @version $Revision$ $Date$
024 */
025@SuppressWarnings( "all" )
026public class ArrayFeatures
027    implements java.io.Serializable
028{
029}