We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532a3e6 commit ddc432fCopy full SHA for ddc432f
bus-gradle-plugin/src/main/java/com/blankj/bus/BusScan.groovy
@@ -72,8 +72,8 @@ class BusScan {
72
busStaticMap.put(name, sign);
73
} else {// may be is kotlin
74
if (!processKt(method, name, methodLongName)) {
75
-// int priority = ((BusUtils.Subscribe) method.getAnnotation(BusUtils.Subscribe.class)).priority();
76
-// processEventBus(method, name, methodLongName);
+ int priority = ((BusUtils.Subscribe) method.getAnnotation(BusUtils.Subscribe.class)).priority();
+ processEventBus(method, name, methodLongName);
77
}
78
79
0 commit comments