Part of Android support annotations (can be used for java projects too)
z
ziggy42
04/06/2018, 3:03 PM
I'm not doing Android 😕
g
gildor
04/09/2018, 2:14 AM
Yes, I understand, but it’s actually not only Android specific, support annotations library is pure java library with annotations. Also Android Lint will eventually support (or probably already supports) pure Java projects so can check usage of such annotations:
https://developer.android.com/reference/android/support/annotation/package-summary.html
But there are a few Android specific annotations, related to resources.
Would be good split android.support.annotation to 2 libraries, one only with annotations that useful for all types of projects and one with Android specific