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

org.javers.common.reflection.ArgumentResolver Maven / Gradle / Ivy

package org.javers.common.reflection;

/**
 * @author bartosz walacik
 */
public interface ArgumentResolver {
    Object resolve(Class argType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy