rl-api: add MagicConstant annotations

This commit is contained in:
Max Weber
2021-09-27 00:36:19 -06:00
parent 4f01dabed4
commit 22d1014bd3
8 changed files with 69 additions and 25 deletions

View File

@@ -50,6 +50,12 @@
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>