- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isNullableCtAnnotation (0.08 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/NullabilityBreakingChangesRule.groovy
def annotations = behavior.parameterAnnotations as List<Object[]> annotations.collect { Object[] pAnn -> pAnn.flatten().any { isNullableCtAnnotation(it) } } } private static boolean hasNullableAnnotation(CtField field) { return NULLABLE_ANNOTATIONS.any { field.hasAnnotation(it) } }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sat Apr 13 10:04:28 UTC 2024 - 5.4K bytes - Viewed (0)