parceler
parceler copied to clipboard
$$Parcelable classes prevent using `javac -Xlint:all -Werror`
missing type arguments for generic class List<E>
where E is a type-variable:
E extends Object declared in interface List
build\generated\source\apt\debug\...\Domain$$Parcelable.java:115: warning: [rawtypes] found raw type: List
java.util.List list$$2 = list$$3;
^
missing type arguments for generic class List<E>
where E is a type-variable:
E extends Object declared in interface List
build\generated\source\apt\debug\...\Domain$$Parcelable.java:99: warning: [rawtypes] found raw type: List
List list$$0 = list$$1;
^
Can we add a similar suppression as #93 for rawtypes? Though the problem is probably in transfuse (#100)?
Sure, PR?