Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dynamic (0.23 sec)

  1. guava/src/com/google/common/reflect/Types.java

       * getAnnotatedBounds()} method, then its return type means it won't compile on Android, while if
       * we don't include the method, then the compiler will complain that an abstract method is
       * unimplemented. So instead we use a dynamic proxy to get an implementation. If the method being
       * called on the {@code TypeVariable} instance has the same name as one of the public methods of
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/Types.java

       * getAnnotatedBounds()} method, then its return type means it won't compile on Android, while if
       * we don't include the method, then the compiler will complain that an abstract method is
       * unimplemented. So instead we use a dynamic proxy to get an implementation. If the method being
       * called on the {@code TypeVariable} instance has the same name as one of the public methods of
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.6K bytes
    - Viewed (0)
Back to top