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

com.github.linushp.commons.ifs.Setter Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.github.linushp.commons.ifs;

public interface Setter  {
    void doSet(S obj, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy