@Author
The optional @Author annotation provides information about the authorship of the component. The annotation has sub the fields name, org, and contact provide more details about the name, the affiliated organization, and some contact information such as an email address, or a link to a home page.
Synopsis
@Author(name=<String>, org=<String>, contact=<String>)
name - the name of the authors(s)
org - organization name (optional)
contact - contract information such as email or address (optional)
Type
Documentation Annotation
Scope
Subroutine
Example
! @Description("CSMLite Plant Component")
...
! @Author(name="Cheryl Porter", org="University", contact="CPorter@ufl.edu")
...
! @Execute
SUBROUTINE Plant
...