pandalib-reflect Refactor + javadoc

This commit is contained in:
2022-07-28 01:05:35 +02:00
parent bc4e8ba261
commit eea6d2b5b2
9 changed files with 694 additions and 442 deletions

View File

@@ -47,13 +47,18 @@
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>io.github.classgraph</pattern>
<shadedPattern>fr.pandacube.shaded.classgraph</shadedPattern>
<shadedPattern>fr.pandacube.lib.reflect.shaded.classgraph</shadedPattern>
</relocation>
<relocation>
<pattern>nonapi.io.github.classgraph</pattern>
<shadedPattern>fr.pandacube.lib.reflect.shaded.classgraph.nonapi</shadedPattern>
</relocation>
</relocations>
</configuration>