Features

Bean Validation support in IntelliJ IDEA 9

Initial Bean Validation support will be available in IntelliJ IDEA 9 (Maia). The first Maia EAP will include the following features:

  • Dedicated facet for Bean Validation. This will help you use different Reference Implementations (RI) of Bean Validation. By now, there is only one RI available in the Bean Validation facet, namely the Hibernate Validator 4.0.0.Beta1:
  • Bean Validation tool window with all module Constraints and Constraint Validators:
  • Several inspections of Constraint annotations with quick fixes for them; RegExp language injection into @Pattern annotation:
  • Helpful quick fix for Constraint Validators generation:
image description