org.apache.maven.plugins.javadoc.options.ResourcesArtifact Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-javadoc-plugin Show documentation
Show all versions of maven-javadoc-plugin Show documentation
The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
generating javadocs for the specified project.
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.8.1,
// any modifications will be overwritten.
// ==============================================================
package org.apache.maven.plugins.javadoc.options;
/**
* A artifact containing resources.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class ResourcesArtifact
extends JavadocPathArtifact
implements java.io.Serializable
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy