AnnotationScanner
object AnnotationScanner
Functions
Link copied to clipboard
fun KAnnotatedElement.allAnnotations(scanned: MutableList<Annotation> = mutableListOf()): List<Annotation>
Link copied to clipboard
Link copied to clipboard
fun Iterable<Annotation>.mergeAnnotations(scanned: MutableList<Annotation> = mutableListOf()): List<Annotation>
Link copied to clipboard