mardi 22 novembre 2016

Which Java EventBus library doesn't use reflection?

Our Android app currently uses Otto EventBus, which uses reflection. We want to avoid the overhead of reflection, but keep the flexibility. Does Guava's event bus uses reflection? What about GreenRobot's?

If they don't do they use code generation or something like that?

If they do - can someone suggest another event bus library that is as flexible and does not use reflection?





Aucun commentaire:

Enregistrer un commentaire