Skip to content

Commit

Permalink
README.md: added section "Limitations of the SNAPSHOT version"
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Feb 23, 2015
1 parent a1b9e3e commit aa7022e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ EventBus...

[![Build Status](https://travis-ci.org/greenrobot/EventBus.svg?branch=master)](https://travis-ci.org/greenrobot/EventBus)

Limitations of the SNAPSHOT version
-----------------------------------
The "subscriber index" is an optional optimization to speed up initial subscriber registration. The subscriber index is created during build time using an annotation processor. There are a couple of limitations of the current implementation:

* Subscriber classes must be public
* Event classes must be public
* @Subscribe seems to be not recognized when inside of anonymous classes

EventBus in 4 steps
-------------------
1. Define events:<br/>
Expand Down

0 comments on commit aa7022e

Please sign in to comment.