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

arp.repository.copy.FieldCopier Maven / Gradle / Ivy

The newest version!
package arp.repository.copy;

public interface FieldCopier {

	public void copyField(Object fromEntity, Object toEntity);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy