I mean, imports generally don't effect code unless you use something that is unknown in the current file without giving the full qualified identifier, but this one seems weird to me. It's in a few files and is generally unused.
Can "import org.parceler.Generated" be removed savely? Is there any reason to keep it?
The part that stumps me is the word "Generated" here. It seems like this has to be or atleast should be kept, but I don't know why.
I suppose it's autoincluded when using some autogeneration tool, potentially even build into android-studio. But why is the "import org.parceler.Generated" line generated if the import is unused ?