com.swak.archiver.ArchiveHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swak-datarchiver-boot-starter Show documentation
Show all versions of swak-datarchiver-boot-starter Show documentation
swak component of data archiver spring boot starter
The newest version!
package com.swak.archiver;
import com.swak.archiver.conf.ArchiveItem;
import com.swak.common.chain.Filter;
/**
* ArchiveHandler.java
* @author ColleyMa
* @version 19-5-6 下午2:14
*/
public interface ArchiveHandler extends Filter {
}