DescriptionExtractor

Functional interface describing a strategy for extracting a property/type description from a list of annotations associated with it. It's used to allow custom description annotations.

Functions

Link copied to clipboard
abstract fun extract(annotations: List<Annotation>): String?

Extracts a description from a list of annotations.