annotation<T> method

T annotation<T>()

Implementation

T annotation<T>() => annotations.whereType<T>().first;