On 1/11/07, Eddie Epstein <[EMAIL PROTECTED]> wrote:
Having not heard a user request for global variables, I'm a little
fuzzy on the use case.

I think one use case is the "singleton" use case.  You could define a
"global variable" called myapp.documentMetadata and set its value to
an instance of myTypeSystem.DocumentMetadata.  Then all your
annotators could access it by getting the value of this global
variable.

-Adam

Reply via email to