@Qualifier
@Documented
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface TestUsers
Qualifier for gaining access to the set of test users. This can be useful for certain cases where the recommender would like to optimize for only needing to recommend for specific users; however, use of this is generally discouraged, as it makes algorithm components dependent on the evaluator.