- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AnnotationNode (0.06 sec)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
private fun List<AnnotationNode>?.hasNullableAnnotation() = has<org.jspecify.annotations.Nullable>() private inline fun <reified AnnotationType : Any> List<AnnotationNode>?.has() = has(Type.getDescriptor(AnnotationType::class.java)) private fun List<AnnotationNode>?.has(annotationTypeDescriptor: String) =
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 20.2K bytes - Viewed (0)