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

io.github.jaylondev.swift.boot.test.collect.ICollectHandler Maven / Gradle / Ivy

The newest version!
package io.github.jaylondev.swift.boot.test.collect;

import org.springframework.core.Ordered;

/**
 * @author jaylon 2023/8/7 22:25
 */
public interface ICollectHandler extends Ordered {

    void collect(CollectContext collectContext);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy