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

org.onetwo.common.reflect.PropertyCopyer Maven / Gradle / Ivy

There is a newer version: 4.7.2
Show newest version
package org.onetwo.common.reflect;


public interface PropertyCopyer {
	
	/****
	 * 
	 * @param source
	 * @param target
	 * @param property of target
	 */
	public void copy(Object source, Object target, T property);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy