testdata.Constants1 Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy