You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

@SourceInfo #17058/HEAD / v10
Tags:  not added yet

@SourceInfo

The @SourceInfo annotation captures information about the source. This should be some hint about source availability, maybe the source location or some contact information. The example below shows the use of Subversion's keyword substitution for the head URL of a source file. It can also point to a specific tagged version with a repository. This annotation is optional. Component repositories and documentation generators can use and present this information.

Synopsis

@SourceInfo(<String>)
arg - source URL reference

Type

Documentation Annotation

Scope

Class (subroutine)

Example


!  @Description("CSMLite Plant Component")
...
!  @SourceInfo("$HeadURL: http://svn.javaforge.com/svn/oms/branches"
   & "/oms3.prj.csmlite/src/plant.for $")
...
!  @Execute
SUBROUTINE Plant
...