- #8: fix to support type annotations (thanks to @nfekete)
Features:
- JDK >= 8 support
- Use lambda to implement bindings: allow to drop a lot of inner My*Binding classes; improve compilation time and IDE performance on project with > 100 binding classes
- there still are old style bindings (inline My*BindingPath) for direct property access or complex generic types
- code cleanup
- drop outdated documentation
- drop ivy, ant support
- drop automatic formatters
Features:
- do not build binding that are already present
- use toolchain to support jdk7 and jdk8 builds (jdk7 builds are flagged with a .jdk7 qualifier)