Annotation Type TypeMapping
Meta-annotation for annotations that apply mapping to a type.
Whenever an annotation meta-annotated with TypeMapping
is found on a type in the domain model,
the corresponding annotation processor will be retrieved and applied to that type.
The processor will be passed the annotation instance through its
TypeMappingAnnotationProcessor.process(TypeMappingStep, Annotation, TypeMappingAnnotationProcessorContext)
method.
-
Required Element Summary
-
Element Details
-
processor
TypeMappingAnnotationProcessorRef processor- Returns:
- A reference to the processor to use for the target annotation.
- See Also:
-