- Migration from jcenter to maven central
The group was rename fromcom.nicolasmouchel
tofr.sagix
- Add a comment in each generated class to know the source
- Add incremental annotation flag
- Add android extensions to follow android lifecycle
com.nicolasmouchel:executordecorator-android-arch-extension
com.nicolasmouchel:executordecorator-android-extension
- Fix interfaces with inheritance
- Replace
ExecutorDecorator
annotation by three new annotations:ImmutableExecutorDecorator
replaceExecutorDecorator
MutableExecutorDecorator
replaceExecutorDecorator(mutable = true)
WeakExecutorDecorator
is new
- Remove black list of methods that
ExecutorDecorator
should not implement by listing from the interface all the method that should be implemented - Add sample java project
- Divide implementation of
Processor
with small "Generator
s"
- Ignore
clone
andfinalize
method to work with Kotlin
Initial release.