Annotation Interface HistoryItem


@Retention(SOURCE) public @interface HistoryItem
This Interface represents annotation of item history.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the creation date of the item.
    Specifies the description of the item.
    Specifies the name of the item developer.
    double
    Specifies the current version of the item.
  • Element Details

    • Date

      String Date
      Specifies the creation date of the item.

      Preferred Format: Mmm DD, YYYY

      Example: Aug 10, 2023

      Returns:
      the creation date of the item.
    • Description

      String Description
      Specifies the description of the item.
      Returns:
      the description of the item.
    • Developer

      String Developer
      Specifies the name of the item developer.
      Returns:
      the name of the item developer.
    • Version

      double Version
      Specifies the current version of the item.
      Returns:
      the current version of the item.