helidon
helidon copied to clipboard
Annotation processor for validation
Consider using an annotation processor to validate some of the specs we use
- CDI
- JAX-RS
- MP specifications
To honor the "Fail fast" principle, we should fail during compilation if some rules are broken (such as multiple constructors with @Inject in a bean).
Would be great for Messaging and LRA
IMO this should be a part of a generic code validation tools.