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

testdata.Constants1 Maven / Gradle / Ivy

The newest version!
package testdata;

/**
 * @since 2.5
 */
public class Constants1 {
	public final static String STRING_CONSTANT = "Some Constant";
	public final static int INT_CONSTANT = 42;
	public static int NOT_A_INT_CONSTANT = 42;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy