Interface AnnotationDesc.ElementValuePair

All Known Implementing Classes:
AnnotationDescImpl.ElementValuePairImpl
Enclosing interface:
AnnotationDesc

@Deprecated public static interface AnnotationDesc.ElementValuePair
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
Represents an association between an annotation type element and one of its values.
Since:
1.5
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the annotation type element.
    Deprecated.
    Returns the value associated with the annotation type element.
  • Method Details

    • element

      Deprecated.
      Returns the annotation type element.
      Returns:
      the annotation type element.
    • value

      Deprecated.
      Returns the value associated with the annotation type element.
      Returns:
      the value associated with the annotation type element.