All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jwebmp.thirdparty.dummy.files.DummyFile Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
package javax.servlet.api;

/**
 * This class designates a class holder to generate sources and javadoc to upload into Maven Central
 */
public class DummyFile
{
	/**
	 * Pretend Pretend
	 */
	DummyFile()
	{
		//No config required
	}

	public static void main(String[] args)
	{
		new DummyFile();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy