Annotation Interface Change


Represents a single change in a type's version history.
Author:
Luca Frosini (ISTI - CNR)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A description of the change.
    The version in which the change was introduced.
  • Element Details

    • version

      String version
      The version in which the change was introduced.
      Returns:
      The version string.
    • description

      String description
      A description of the change.
      Returns:
      The change description.