Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.04 KB

Kiji Annotations

This module contains Java @annotations that specify various aspects of the system's overall behavior. To start, we have created API audience and stability level annotations which will appear in the Javadoc. Developers should consult these and only depend on APIs that meet their intended audience level (public, framework, etc) or their tolerance for stability between versions (stable, evolving, or unstable).

Over time, this module may contain additional annotations that specify other aspects of our expected system semantics.

For more information, see the Javadoc comments for our existing annotations: