
net.vidageek.mirror.set.FieldSetter Maven / Gradle / Ivy
/**
*
*/
package net.vidageek.mirror.set;
/**
* @author jonasabreu
*
*/
public interface FieldSetter {
public void withValue(final Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy