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

io.gitlab.wmwtr.springbootdevtools.Restart.PatternClassPathStrategy Maven / Gradle / Ivy

package io.gitlab.wmwtr.springbootdevtools.Restart;

import java.net.URL;

/**
 * @author wmwtr on 2020/8/13
 */
public interface PatternClassPathStrategy {
    URL[] getClassPathDirs(Thread var1);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy