Add README.md

This commit is contained in:
krrishg
2019-12-04 05:32:35 +00:00
parent 244f111c10
commit 4595a00421

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Where to get the library?
Download the jar file from build/libs and include it in your project
# How to use?
import np.com.krrish.Mapper;
DestinationObject destinationObject = (DestinationObject) Mapper.map(sourceObject, DestinationObject.class);