Skip to content

Commit

Permalink
README.md: add recommendation to use subscriber index
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Feb 11, 2020
1 parent 6f4b8c7 commit 1d99507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ EventBus...
* is proven in practice by apps with 1,000,000,000+ installs
* has advanced features like delivery threads, subscriber priorities, etc.


EventBus in 3 steps
-------------------
1. Define events:
Expand Down Expand Up @@ -60,6 +59,9 @@ Read the full [getting started guide](https://greenrobot.org/eventbus/documentat

There are also some [examples](https://github.com/greenrobot-team/greenrobot-examples).

**Note:** we highly recommend the [EventBus annotation processor with its subscriber index](https://greenrobot.org/eventbus/documentation/subscriber-index/).
This will avoid some reflection related problems seen in the wild.

Add EventBus to your project
----------------------------
<a href="https://search.maven.org/search?q=g:org.greenrobot%20AND%20a:eventbus"><img src="https://img.shields.io/maven-central/v/org.greenrobot/eventbus.svg"></a>
Expand Down

0 comments on commit 1d99507

Please sign in to comment.