Interface Qualifier


public interface Qualifier
Qualifier of a class or an attribute.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of this qualifier.
    boolean
    Checks whether this qualifier has properties.
    boolean
    hasProperty(String propertyName)
    Check whether this qualifier has a specific property.
    Returns the collection of this qualifier's properties.
  • Method Details

    • getName

      String getName()
      The name of this qualifier.
    • hasProperties

      boolean hasProperties()
      Checks whether this qualifier has properties.
    • properties

      Iterable<Property> properties()
      Returns the collection of this qualifier's properties.
    • hasProperty

      boolean hasProperty(String propertyName)
      Check whether this qualifier has a specific property.