Searched defs:hasAnnotation (Results 1 – 3 of 3) sorted by relevance
41 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in TestPredicates
95 boolean hasAnnotation(@NonNull Element element, @NonNull String annotationQualifiedName) { in hasAnnotation() method in AnnotationUtils
137 fun hasAnnotation(a: String) = annotations.any { it.startsWith(a) } in <lambda>() method in com.android.codegen.FieldInfo