Prevent name collisions
Support for binder[] cleanup methods for proxy/stub
Proxy returned of same service instance will have the same identity
All Proxy now implement RemoteProxy interface that exposes methods to listen for binder death
Clients get the same exception that is thrown by the remote implementation.
Supports extending other interfaces
Exposes methods in proxy to listen for remote process death
Support for Parceler (@Parcel)
Support for @Oneway to mark a method as asynchronous
Initial release.