Annotation Interface ScoreProjection
@Documented
@Target(PARAMETER)
@Retention(RUNTIME)
@MethodParameterMapping(processor=@MethodParameterMappingAnnotationProcessorRef(type=ScoreProjectionProcessor.class,retrieval=CONSTRUCTOR))
public @interface ScoreProjection
Maps a constructor parameter to a projection to the score of the hit.
- See Also: