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.