Support @Immutable for a parcelable

In Java, an immutable parcelable has only final field.
And with regard to List or Map, it is always unmodifiableList or Map

And also, it can be return type or in argument in an interface.

For the other backend, it doesn't affect anything.

Bug: 161506914
Test: atest aidl_integration_test aidl_unittests
Change-Id: If0aee76ac26554c087031371c88f827e56be1d98
12 files changed