Module utility.producer
Annotation Interface PersistenceAwareValidating
@Qualifier
@Retention(RUNTIME)
@Target({FIELD,PARAMETER,METHOD})
public @interface PersistenceAwareValidating
CDI qualifier annotation that selects the persistence-aware validating
ModelMapper bean.
Inject a ModelMapper qualified with @PersistenceAwareValidating to
obtain a mapper intended for persistence-layer scenarios. Like Validating, it
validates the mapped destination via Bean Validation, but is a separate qualifier to
allow independent CDI configuration and interception.
Applicable to fields, parameters, and methods.
- See Also: