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

spoon.examples.fragments.src.AClass Maven / Gradle / Ivy

The newest version!
package spoon.examples.fragments.src;

import java.io.IOException;

// Start this example with the -f option so that all the original 
// code remains the same (including this comment)

public class AClass implements java.io.Serializable {	

	/**
	 * Default serial version ID.
	 */
	private static final long serialVersionUID = 1L;

	/******************************************************
	 * This is a test method...
	 * @throws RuntimeException will be removed
	 * @throws IOException will be kept
	 ******************************************************/
	public void test() throws RuntimeException, IOException {
		// this is an empty method
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy