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

com.github.sourcegroove.batch.item.file.LayoutItemReader Maven / Gradle / Ivy

There is a newer version: 1.3.21
Show newest version
package com.github.sourcegroove.batch.item.file;

import org.springframework.batch.item.file.ResourceAwareItemReaderItemStream;
import org.springframework.beans.factory.InitializingBean;

public interface LayoutItemReader extends ResourceAwareItemReaderItemStream, InitializingBean {
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy