com.tw.go.plugin.util.StringUtil Maven / Gradle / Ivy
package com.tw.go.plugin.util;
public class StringUtil {
public static boolean isEmpty(String str) {
return str == null || str.trim().isEmpty();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy