@Documented @Qualifier @Retention(value=RUNTIME) @Target(value={PARAMETER,METHOD}) @AllowUnqualifiedMatch public @interface QueryData
Qualifier to access query data available. When applied to UserDAO
, the list of test users will be injected. That is the only currently-supported use.