public interface Qualifier
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of this qualifier.
|
boolean |
hasProperties()
Checks whether this qualifier has properties.
|
boolean |
hasProperty(String propertyName)
Check whether this qualifier has a specific property.
|
Iterable<Property> |
properties()
Returns the collection of this qualifier's properties.
|