EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

java.lang.AssertionError: annotation

Open rainmeterLotus opened this issue 8 years ago • 0 comments

java.lang.AssertionError: annotation value type != return type at libcore.reflect.AnnotationAccess.toAnnotationInstance(AnnotationAccess.java:649) at libcore.reflect.AnnotationAccess.toAnnotationInstance(AnnotationAccess.java:641) at libcore.reflect.AnnotationAccess.getDeclaredAnnotation(AnnotationAccess.java:170) at java.lang.reflect.Method.getAnnotation(Method.java:301) at org.greenrobot.eventbus.SubscriberMethodFinder.void findUsingReflectionInSingleClass(org.greenrobot.eventbus.SubscriberMethodFinder$FindState)(booster:165) at org.greenrobot.eventbus.EventBus.java.util.List org.greenrobot.eventbus.SubscriberMethodFinder.findUsingInfo(java.lang.Class)(booster:2088) java.util.List org.greenrobot.eventbus.SubscriberMethodFinder.findSubscriberMethods(java.lang.Class) void register(java.lang.Object)

rainmeterLotus avatar Dec 27 '17 09:12 rainmeterLotus