- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DelegatingInvocationHandler (0.24 sec)
-
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)