Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for nowhereAnnotated (0.05 seconds)

  1. guava-tests/test/com/google/common/eventbus/outside/DeepInterfaceTest.java

        void annotatedIn1And2(Object o);
    
        @Subscribe
        void annotatedIn1And2AndClass(Object o);
    
        void declaredIn1AnnotatedIn2(Object o);
    
        void declaredIn1AnnotatedInClass(Object o);
    
        void nowhereAnnotated(Object o);
      }
    
      interface Interface2 extends Interface1 {
        @Override
        @Subscribe
        void declaredIn1AnnotatedIn2(Object o);
    
        @Override
        @Subscribe
        void annotatedIn1And2(Object o);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue May 13 17:27:14 GMT 2025
    - 4.2K bytes
    - Click Count (0)
Back to Top