Documentation Language: Swift

Method

getEAnnotation(source:)

Default implementation of annotation lookup.

func getEAnnotation(source: String) -> EAnnotation?

Parameters

source

The source URI to search for.

Return Value

The first matching annotation, or nil if not found.

Discussion

Searches linearly through eAnnotations for the first annotation matching the given source URI.