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

Whenever an annotation meta-annotated with PropertyMapping is found on a property in the domain model, the corresponding annotation processor will be retrieved and applied to that property. The processor will be passed the annotation instance through its PropertyMappingAnnotationProcessor.process(PropertyMappingStep, Annotation, PropertyMappingAnnotationProcessorContext) method.