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

com.flagwind.services.Matcher Maven / Gradle / Ivy

package com.flagwind.services;

/**
 * 服务提供者工厂
 * 
 * @author chendb
 * @date 2015年10月21日 上午10:55:05
 */
public interface Matcher {
    
    boolean match(Object target, Object parameter);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy