extract

abstract fun extract(annotations: List<Annotation>): String?(source)

Extracts a description from a list of annotations.

Return

The description text if found, or null if no description is present

Parameters

annotations

List of annotations to inspect for a description