link to source (android tools project site)
dependencies {
compile 'com.android.support:support-annotations:22.2.0'
}
-
@Nullable and @NonNull
-
@StringRes, @DrawableRes, @ColorRes, @InterpolatorRes, and so on + @AnyRes
-
@IntDef/StringDef
-
@UiThread, @MainThread, @WorkerThread, @BinderThread
-
@ColorInt
-
@Size, @IntRange, @FloatRange
-
@RequiresPermission
-
@CheckResult
-
@Keep