Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for hasAutomaticNullChecksFromKotlin (0.15 seconds)

  1. guava-testlib/src/com/google/common/testing/NullPointerTester.java

             * *non*-nullable, even when they are declared as `Foo?`.
             */
            || hasAutomaticNullChecksFromKotlin(member);
      }
    
      private static boolean hasAutomaticNullChecksFromKotlin(Member member) {
        for (Annotation annotation : member.getDeclaringClass().getAnnotations()) {
          if (annotation.annotationType().getName().equals("kotlin.Metadata")) {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Jul 14 14:44:08 GMT 2025
    - 25.4K bytes
    - Click Count (0)
  2. android/guava-testlib/src/com/google/common/testing/NullPointerTester.java

             * *non*-nullable, even when they are declared as `Foo?`.
             */
            || hasAutomaticNullChecksFromKotlin(member);
      }
    
      private static boolean hasAutomaticNullChecksFromKotlin(Member member) {
        for (Annotation annotation : member.getDeclaringClass().getAnnotations()) {
          if (annotation.annotationType().getName().equals("kotlin.Metadata")) {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Jul 14 14:44:08 GMT 2025
    - 24.9K bytes
    - Click Count (0)
Back to Top