
com.thebund1st.liyang.domain.model.JobSourceMatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delay-job-core Show documentation
Show all versions of delay-job-core Show documentation
Your description of the lib
The newest version!
package com.thebund1st.liyang.domain.model;
public interface JobSourceMatcher {
boolean supports(JobSource jobSource);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy