Annotation Type MarkerBinding
-
@Documented @Target({METHOD,FIELD}) @Retention(RUNTIME) @Repeatable(List.class) @PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.MarkerBindingProcessor.class,retrieval=CONSTRUCTOR)) public @interface MarkerBinding
Applies a marker to a property using aMarkerBinder
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description MarkerBinderRef
binder
-
-
-
Element Detail
-
binder
MarkerBinderRef binder
- Returns:
- A reference to the binder to use.
- See Also:
MarkerBinderRef
-
-