2.0.0
This is a major update. There are some breaking changes.
- Support setter/getter. You can specify method with
@AutoBundleGetter
/@AutoBundleSetter
. 0c7081f - Remove
AutoBundle
class for avoiding reflection. Use{YourTargetClass}AutoBundle
instead. 5ae9cf3
To follow these changes, please check README and example.