Skip to content

0.33.0

Compare
Choose a tag to compare
@aliokan aliokan released this 21 Nov 14:12
· 5 commits to master since this release
c75bb10

AnnotationTransformer replaces FastAnnotationReader. This class was used to generate reflection footprints initially and was designed previously for automatic DI. AnnotationTransformer add fields and remove the need of Reflect API for DI frameworks. In a nutshell, for automatic DI, it offers faster performances and size reduction + the possibility to inject members with private attribute.