johncarl81 / transfuse

:syringe: Transfuse - A Dependency Injection and Integration framework for Google Android
http://androidtransfuse.org/
Apache License 2.0
220 stars 28 forks source link

exception with box types as Extras #166

Closed dbachelder closed 9 years ago

dbachelder commented 9 years ago

With the latest transfuse code on master I am getting this error everywhere I'm using Long or Integer for params in activity component injected constructors.

Transfuse: @Extra type java.lang.Long not available for marshalling.
                        @SuppressWarnings("UnusedParameters") @Extra(value = EXTRA_ID, optional = true) Long id,