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

com.github.zhengframework.configuration.reload.ReloadStrategy Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.github.zhengframework.configuration.reload;

public interface ReloadStrategy {

  void register(Reloadable resource);

  void deregister(Reloadable resource);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy