Uses of Class
jakarta.enterprise.inject.spi.WithAnnotations
-
Packages that use WithAnnotations Package Description org.hibernate.validator.cdi Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection for JavaTM", JSR 346). -
-
Uses of WithAnnotations in org.hibernate.validator.cdi
Method parameters in org.hibernate.validator.cdi with annotations of type WithAnnotations Modifier and Type Method Description <T> voidValidationExtension. processAnnotatedType(ProcessAnnotatedType<T> processAnnotatedTypeEvent)Used to register the method validation interceptor bindings.
-