StackOverflow 文件 Android 教程 Typedef 註釋 @IntDef,@StringDef Typedef 註釋 @IntDef,@StringDef Created: November-22, 2018 註釋包中包含許多有用的後設資料註釋,你可以使用它們來裝飾自己的程式碼,以幫助捕獲錯誤。 只需在 build.gradle 檔案中新增依賴項即可。 placeholderCopydependencies { compile 'com.android.support:support-annotations:25.3.1' } IntDef 註釋