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

utils.Utils Maven / Gradle / Ivy

The newest version!
package utils;

public final class Utils {
    public static String eventBusValue = null;
    public static String value = "foo"; //NOSONAR
    private Utils() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy