Initial Commit

This commit is contained in:
Isaac Parenteau
2019-07-20 12:39:03 -05:00
commit 79529ecc40
66 changed files with 6549 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package net.locusworks.common.configuration;
@FunctionalInterface
public interface ConfigurationCallback {
void results(String msg);
}