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 a
MarkerBinder
.-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
binder
MarkerBinderRef binder- Returns:
- A reference to the binder to use.
- See Also:
-