Incorrect support annotation usage
Incorrect support annotation usage
This lint check makes sure that the support annotations (such as @IntDef
and @ColorInt
) are used correctly. For example, it's an error to specify an @IntRange
where the from
value is higher than the to
value.
Issue id: SupportAnnotationUsage
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |
Last modified: 13 July 2023