Toothpick v1.0.0-RC2 Release Notes

Release Date: 2016-05-25 // almost 8 years ago
    • Optimistic factories are dropped. We realized we should restrain anntation processing only to classes that the annotation processors do compile. The new system requires a bit more work for devs (basically annotating injected classes) but it is far more aligned with javac compiler. The new system also reduces the usage of excludes options in annotation processing.
    • Introduction of the concept of relaxed factory creation. A classes with a scope annotation or injected members will get a factory.
    • Changing groupid to com.github.stephanenicolas.toothpick.