mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 19:49:11 +03:00
5 lines
121 B
Java
5 lines
121 B
Java
package ru.gravit.launchserver;
|
|
@FunctionalInterface
|
|
public interface Reloadable {
|
|
void reload() throws Exception;
|
|
}
|