Slide 9
Slide 9 text
Copyright © 2024 by Micronaut Foundation
All rights reserved.
Configuration
Dependency Injection
❖ Can use JSR-330 (@Inject) annotations
9
❖ Properties, YAML, TOML, Groovy, Config4K.
Validation support
❖ Built-in reflection free, faster startup, smaller JAR, reduced memory.
❖ Hibernate Validation: full Bean Validation API compliance.
AOP: Aspect-Oriented Programing
❖ Compile-time, reflection free.
HTTP Client
❖ Micronaut includes an HTTP client that has both a low-level API and a higher-level AOP-driven
API.