View Javadoc

1   /*
2    =================== DO NOT EDIT THIS FILE ====================
3    Generated by Modello 1.4.1 on 2013-06-25 18:20:17,
4    any modifications will be overwritten.
5    ==============================================================
6    */
7   
8   package org.apache.maven.plugin.javadoc.options;
9   
10  /**
11   * A artifact containing resources.
12   * 
13   * @version $Revision: 867347 $ $Date: 2013-06-25 08:23:16 +0000 (Tue, 25 Jun 2013) $
14   */
15  @SuppressWarnings( "all" )
16  public class ResourcesArtifact
17      extends JavadocPathArtifact
18      implements java.io.Serializable
19  {
20  }