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

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

There is a newer version: 1.0.9
Show newest version
package com.flagwind.services;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy