Add package-info.java file in org.springframework.batch.item.json package

This commit is contained in:
Mahmoud Ben Hassine
2018-06-05 16:38:56 +02:00
parent bd8daf0caf
commit 5cb3355fcb

View File

@@ -0,0 +1,8 @@
/**
* <p>
* Infrastructure implementations of JSON input and output.
* </p>
*
* @author Mahmoud Ben Hassine
*/
package org.springframework.batch.item.json;