EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

getSuperSubscriberInfo always return null

Open haiyang1994 opened this issue 7 years ago • 0 comments

Hi, I have two question,can you tell me? ① what's the meanning of getSuperSubscriberInfo? it seems that it always return nulll.

② if B and C boths extends from A. When in findUsingInfo(Class<?> subscriberClass) in reflect, after finding the method in B, it will move to super class A and find methods in A using reflect. When it come to C, it will repeatly find methods in A using reflect. If it is more efficently to use cache.

Thanks.

haiyang1994 avatar Sep 21 '17 09:09 haiyang1994