find All Types With Annotation
open fun <T : Annotation> RoundEnvironment.findAllTypesWithAnnotation(cls: KClass<T>): List<TypeElement>
Content copied to clipboard
Finds all TypeElements that carry the given annotation