
com.github.linushp.commons.ifs.Setter Maven / Gradle / Ivy
The newest version!
package com.github.linushp.commons.ifs;
public interface Setter {
void doSet(S obj, Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy