Tutorial by Topics: intdef

The annotations package includes a number of useful metadata annotations you can decorate your own code with, to help catch bugs. Just add the dependency in the build.gradle file. dependencies { compile 'com.android.support:support-annotations:25.3.1' }

Page 1 of 1