findAllTypesWithAnnotation

open fun <T : Annotation> RoundEnvironment.findAllTypesWithAnnotation(cls: KClass<T>): List<TypeElement>

Finds all TypeElements that carry the given annotation