add: jitpack, MissingParameterException, proper error handling, @Init annotation with useful params, instead of generic ones

This commit is contained in:
Tulis
2025-08-13 19:17:06 +02:00
parent e7f1b4dd5e
commit e769991440
7 changed files with 286 additions and 60 deletions

10
pom.xml
View File

@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.tulis</groupId>
<artifactId>TuliAutoInitializer</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>tuliautoinitializer</artifactId>
<version>1.1</version>
<properties>
<maven.compiler.source>21</maven.compiler.source>
@ -38,6 +38,10 @@
<artifactId>reflections</artifactId>
<version>0.10.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
</dependency>
</dependencies>
</project>