Switch language한국어
Back to the list

Solon Validation: @Valid, 20+ Annotations, and Custom Validators Without the JSR 380 Baggage

TL;DR AI

Key summary

2 min read
  1. Solon’s validation plugin adds annotation-based request, entity, and custom validation in one lightweight dependency.

  2. It supports controller-level and parameter-level validation, including nested object checks and validation groups.

  3. The plugin ships with 20+ built-in annotations for common rules and security-related constraints.

  4. Unlike JSR 380-based stacks, it does not require javax.validation or jakarta.validation, keeping setup simpler.

Read the original