@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface PropertyMapping
Whenever an annotation meta-annotated with PropertyMapping
is found on a type 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.
| Modifier and Type | Required Element and Description |
|---|---|
PropertyMappingAnnotationProcessorRef |
processor |
public abstract PropertyMappingAnnotationProcessorRef processor
PropertyMappingAnnotationProcessorRefCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.