Package com.jk.core.annotations
Annotation Interface HistoryItem
This Interface represents annotation of item history.
- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
Date
String DateSpecifies the creation date of the item.Preferred Format: Mmm DD, YYYY
Example: Aug 10, 2023
- Returns:
 - the creation date of the item.
 
 - 
Description
String DescriptionSpecifies the description of the item.- Returns:
 - the description of the item.
 
 - 
Developer
String DeveloperSpecifies the name of the item developer.- Returns:
 - the name of the item developer.
 
 - 
Version
double VersionSpecifies the current version of the item.- Returns:
 - the current version of the item.
 
 
 -