com.iwuyc.tools.commons.util.file.IgnorableProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iwuyc-common Show documentation
Show all versions of iwuyc-common Show documentation
Common tools.Include utility classes,and much much more.
The newest version!
package com.iwuyc.tools.commons.util.file;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Properties;
import java.util.Set;
@Data
@EqualsAndHashCode(callSuper = false)
public class IgnorableProperties extends Properties {
private final Set