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

com.litongjava.tio.boot.context.DynamicReloadConfig Maven / Gradle / Ivy

There is a newer version: 1.8.6
Show newest version
package com.litongjava.tio.boot.context;

import java.io.IOException;

public interface DynamicReloadConfig {
  public void config() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy