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

com.opslab.util.bean.PropertyFilter Maven / Gradle / Ivy

package com.opslab.util.bean;

/**
 * 属性过滤接口
 */
public interface PropertyFilter {
    public String Properties(String pro);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy