Annotations

From Documentation
Revision as of 07:37, 17 November 2010 by Tomyeh (talk | contribs) (Created page with '{{ZKDevelopersReferencePageHeader}} An annotation is a special form of syntactic metadata that can be added to components. Component definitions, components and methods may be a…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An annotation is a special form of syntactic metadata that can be added to components. Component definitions, components and methods may be annotated. The annotations can be retrieved at the run time.

ZK and components do not count on the annotations. Rather, they are mainly used for UI designer to annotate metadata, such that it controls how a tool or a utility shall do at run-time. The content and meanings of annotations totally depend on the tool or the utility the developer uses. For example, a data-binding manager might examine annotations to know the data source that the value of a component will be stored.




Last Update : 2010/11/17

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.