- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for notAnnotatedMethod (0.29 seconds)
-
guava-tests/test/com/google/common/reflect/InvokableTest.java
assertTrue(invokable.isSynchronized()); } public void testUnannotatedMethod() throws Exception { Invokable<?, Object> invokable = A.method("notAnnotatedMethod"); assertFalse(invokable.isAnnotationPresent(Tested.class)); } @Retention(RetentionPolicy.RUNTIME) @Keep private @interface Tested {} private abstract static class A {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 31.1K bytes - Click Count (0)