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

net.vidageek.mirror.set.dsl.FieldSetter Maven / Gradle / Ivy

/**
 * 
 */
package net.vidageek.mirror.set.dsl;

/**
 * Interface for classes responsible for setting fields
 * 
 * @author jonasabreu
 */
public interface FieldSetter {

	/**
	 * Use this method to set a value on the wrapped field.
	 * 
	 * @param value
	 *            Value to be set.
	 */
	public void withValue(final Object value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy