Annotation Type TypeQualifier

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?> applicableTo
      Describes the kinds of values the qualifier can be applied to.
    • Element Detail

      • applicableTo

        Class<?> applicableTo
        Describes the kinds of values the qualifier can be applied to. If a numeric class is provided (e.g., Number.class or Integer.class) then the annotation can also be applied to the corresponding primitive numeric types.
        Default:
        java.lang.Object.class