8 lines
695 B
Properties
8 lines
695 B
Properties
parcelize.fix.annotate.containing.class.with.parcelize=Annotate containing class with ''@Parcelize''
|
|
parcelize.fix.add.ignored.on.parcel.annotation=Add ''@IgnoredOnParcel'' annotation
|
|
parcelize.fix.add.empty.primary.constructor=Add empty primary constructor
|
|
parcelize.fix.add.parcelable.supertype=Add ''Parcelable'' supertype
|
|
parcelize.fix.remove.redundant.type.parceler.annotation=Remove redundant ''@TypeParceler'' annotation
|
|
parcelize.fix.migrate.to.parceler.companion.object=Migrate to ''Parceler'' companion object
|
|
parcelize.fix.remove.custom.creator.property=Remove custom ''CREATOR'' property
|
|
parcelize.fix.remove.custom.write.to.parcel.function=Remove custom ''writeToParcel()'' function |