annotatedWith abstract method

Iterable<AnnotatedElement> annotatedWith(
  1. TypeChecker checker
)

All of the resolved declarations in this library annotated with checker.

Implementation

Iterable<AnnotatedElement> annotatedWith(TypeChecker checker);