Skip to main content
2 of 2
edited body
Bruno Eberhard
  • 1.7k
  • 16
  • 24

If anyone is just looking for the IntelliJ classes: you can get them from the maven repository with

<dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>15.0</version> </dependency> 
Bruno Eberhard
  • 1.7k
  • 16
  • 24