Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAnnotatedMethodsNotCached (0.2 sec)

  1. android/guava/src/com/google/common/eventbus/SubscriberRegistry.java

                  new CacheLoader<Class<?>, ImmutableList<Method>>() {
                    @Override
                    public ImmutableList<Method> load(Class<?> concreteClass) throws Exception {
                      return getAnnotatedMethodsNotCached(concreteClass);
                    }
                  });
    
      /**
       * Returns all subscribers for the given listener grouped by the type of event they subscribe to.
       */
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 22 13:05:46 GMT 2021
    - 10.5K bytes
    - Viewed (0)
Back to top