Skip to main content

Overview

Annexes contain supplementary material referenced by articles — including technical specifications, classification tables, and approved lists. Use client.annexes() to access them.

Methods

list(String frameworkSlug)

Returns the first page of annexes for a framework.
Returns Page<AnnexSummary>

list(String frameworkSlug, int page, int perPage)

Fetch a specific page with custom page size.
Parameters Returns Page<AnnexSummary>

get()

Fetch full detail for a single annex including all sections.
Parameters Returns Annex

iter()

Lazily iterate all annexes for a framework.
Returns Iterable<AnnexSummary>

Models

AnnexSummary

Returned by list() and iter().

Annex

Returned by get(). Includes all AnnexSummary fields plus:

AnnexSection


Examples

List all CRA annexes

Extract all security requirements from CRA Annex I