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

top.wboost.common.base.interfaces.Resolver Maven / Gradle / Ivy

package top.wboost.common.base.interfaces;

public interface Resolver {

    public V resolve(K source);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy