lucas34 / android-spreadsheet-lib

Automatic creation of two-dimensional scrollable array
http://www.lucas-nelaupe.fr
Apache License 2.0
12 stars 3 forks source link

Won't compile if the bean is in a package #4

Closed NinoDLC closed 7 years ago

NinoDLC commented 7 years ago

Example : put the Person package in a "foobar" package, it won't compile anymore. It is because the generated "PersonBinding" class won't import the correct package of its counterpart.

lucas34 commented 7 years ago

Duplicate #2