square / mortar

A simple library that makes it easy to pair thin views with dedicated controllers, isolated from most of the vagaries of the Activity life cycle.
Apache License 2.0
2.16k stars 156 forks source link

Avoid unnecessary method traversing for DaggerService #137

Closed almozavr closed 9 years ago

almozavr commented 9 years ago

Traverse through declared methods only to avoid clashes with java base methods like equals, etc.

rjrjr commented 9 years ago

Thank you sir.