Typedef 註釋 @IntDef,@StringDef

註釋包中包含許多有用的後設資料註釋,你可以使用它們來裝飾自己的程式碼,以幫助捕獲錯誤。

只需在 build.gradle 檔案中新增依賴項即可。

dependencies {
    compile 'com.android.support:support-annotations:25.3.1'
}