Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DelegatingInvocationHandler (1.17 sec)

  1. guava-tests/test/com/google/common/reflect/AbstractInvocationHandlerTest.java

            interfaces,
            new DelegatingInvocationHandlerWithEquals("a string"));
      }
    
      private static class DelegatingInvocationHandler extends AbstractInvocationHandler
          implements Serializable {
        final Object delegate;
    
        DelegatingInvocationHandler(Object delegate) {
          this.delegate = checkNotNull(delegate);
        }
    
        @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 28 02:48:50 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top