big refactoring and cleanup

This commit is contained in:
Draylar
2021-03-12 19:08:29 -06:00
parent f0ecc69d6b
commit 06950a5a47
13 changed files with 103 additions and 47 deletions
@@ -14,6 +14,8 @@ public class TestConfig implements Config {
@Comment(value = "I'm a double.")
double doubleTest = 0.0;
String stringTest = "Hello, world!";
@Comment(value = "This is an inner static class.")
public Test test = new Test();