Begin making translators annotation based

Also, rename TranslatorsInit to Translators; makes alot more sense.
This commit is contained in:
Ender 2020-03-23 23:03:33 -05:00
parent 8ce0916827
commit 13a58dc825
12 changed files with 112 additions and 65 deletions

View file

@ -116,5 +116,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.12</version>
</dependency>
</dependencies>
</project>