NistControl

annotation class NistControl(val control: String, val title: String)

Marks a class or function as implementing a specific NIST 800-53 control.

Source-retention only; no runtime overhead.

Since

0.5.0

Properties

Link copied to clipboard

The NIST control identifier (e.g., "SI-10", "SC-28").

Link copied to clipboard

Human-readable control title.