@Documented
@Qualifier
@DefaultImplementation(value=AbsoluteThreshold.class)
@Target(value={METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface UserSimilarityThreshold
Qualifier for threshold applied to user similarities. The default is the absolute threshold,
which itself has a default of 0, so only positive similarities are retained.
- Since:
- 2.1