@Keywords
A component an be tagged with the @Keywords annotation to characterize/categorize it. It does have the same purpose like a keyword list in a scientific paper. This is optional meta data and can be used to index, search, and retrieve archived and stored components. It is optional meta data.
Synopsis
@Keywords(<String>)
arg - list of keywords separated by comma
Type
Documentation Annotation
Scope
Class (subroutine)
Example
! @Description("CSMLite Plant Component")
...
! @Keywords("Plant, Crop"}
...
! @Execute
SUBROUTINE Plant
...