Package com.jk.core.annotations
Annotation Interface Author
This interface specifies annotation of
Author
information for
components created.- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSpecifies the description of the created component.Specifies the latest modifying author name.Specifies the latest date in which content was modified by the modifying user.
-
Element Details
-
date
String dateSpecifies the creation date of component.Preferred Format: Mmm DD, YYYY
Example: Aug 10, 2023
- Returns:
- the creation date.
-
name
String nameSpecifies the name of the component creation author.- Returns:
- the name of the author.
-
version
String versionSpecifies the current version of the component created.- Returns:
- the current version of the component.
-
-
-
description
String descriptionSpecifies the description of the created component.This has a blank default value.
- Returns:
- the description of the created component.
- Default:
- ""
-
modifUser
String modifUserSpecifies the latest modifying author name.This has a blank default value.
- Returns:
- the name of the latest modifying author.
- Default:
- ""
-
modifyDate
String modifyDateSpecifies the latest date in which content was modified by the modifying user.Preferred Format: Mmm DD, YYYY
Example: Aug 10, 2023
This has a blank default value.
- Returns:
- the component modification date.
- Default:
- ""
-