Annotation Type 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.
-
Required Element Summary
-
Element Details
-
processor
PropertyMappingAnnotationProcessorRef processor- Returns:
- A reference to the processor to use for the target annotation.
- See Also:
-