Searched refs:getLowestAncestorClassAnnotation (Results 1 – 2 of 2) sorted by relevance
5 getLowestAncestorClassAnnotation(this, annotation) != null in hasAnnotation()12 fun <T, V : Annotation> getLowestAncestorClassAnnotation( in hasAnnotation() method20 ?: getLowestAncestorClassAnnotation(testClass.superclass, annotationClass) in hasAnnotation()
150 getLowestAncestorClassAnnotation(this, T::class.java) in getClassAnnotation()