Home
last modified time | relevance | path

Searched refs:RECENTLY_NULLABLE (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/
DConstants.kt33 const val RECENTLY_NULLABLE = "androidx.annotation.RecentlyNullable" constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DItem.kt23 import com.android.tools.metalava.RECENTLY_NULLABLE
252 val annotationClass = if (annotation.isNullable()) RECENTLY_NULLABLE else RECENTLY_NONNULL in psi()