@Qualifier
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD,PARAMETER})
public @interface ResourceQualifier
- Author:
- aschoerk
works like EjbName but is qualifier. So it allows to Inject Resources not only depending on their type as it is necessary
when injecting Strings.