Qualifier
interface Qualifier
Qualifiers are simple objects that can be used within Identifier objects to provide additional differentiators between two same-type objects or components.
There are two built-in kinds of qualifiers:
The EmptyQualifier, which is the type when no qualifier is used.
The NameQualifier, which is based on String objects.