dallasgutauckis/parcelabler

Parser fails for type "Integer"

Closed this issue · 1 comments

The parser cannot parse the type "Integer"

This fails:

public class Project {

    private Integer id;
}