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

org.restler.spring.mvc.StringUtils Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package org.restler.spring.mvc;

public class StringUtils {
    public static boolean isEmpty(String string) {
        return string == null || string.isEmpty();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy