@Documented @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface ConstructorMapping
Meta-annotation for annotations that apply mapping to a constructor.

Whenever an annotation meta-annotated with ConstructorMapping is found on a constructor in the domain model, the corresponding annotation processor will be retrieved and applied to that constructor. The processor will be passed the annotation instance through its ConstructorMappingAnnotationProcessor.process(org.hibernate.search.mapper.pojo.mapping.definition.programmatic.ConstructorMappingStep, Annotation, ConstructorMappingAnnotationProcessorContext) method.