I'm trying to use the @Contract
annotation of IntelliJ but in Android Studio. I can't import it, it's not there. On the website explaining it, it's said to add <installation folder>/lib/annotations.jar
to the project's classpath using the Project Structure dialog, however I didn't found how to that.
Is there anyway to use the @Contract
annotation on Android Studio?