public abstract @interface

Qualifier

implements Annotation
org.springframework.beans.factory.annotation.Qualifier

Class Overview

This annotation may be used on a field or parameter as a qualifier for candidate beans when autowiring. It may also be used to annotate other custom annotations that can then in turn be used as qualifiers.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation