You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed. Supports everything Spring provides but without any reflection. Instead it uses Annotation Processors. Results in faster startup time and less memory usage.
There is a similar project from RedHad: Quarkus
I think this also uses Netty under the hood.
Micronaut
Micronaut features a Dependency Injection and Aspect-Oriented Programming runtime that uses no reflection. It runs on Netty.
The text was updated successfully, but these errors were encountered: