@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Subscribe
EventBus
If there is an occasion where EventBus should call the method from multiple threads (If you want to make the
method thread-safe), use AcceptConcurrentEvents annotation too.Copyright © 2019. All rights reserved.