Searched defs:hasAnnotation (Results 1 – 4 of 4) sorted by relevance
95 boolean hasAnnotation(@NonNull Element element, @NonNull String annotationQualifiedName) { in hasAnnotation() method in AnnotationUtils
41 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in TestPredicates
137 fun hasAnnotation(a: String) = annotations.any { it.startsWith(a) } regex
132 String hasAnnotation = (annotation != null ? "Yes" : "No"); in DumpConstructorParameterAnnotations() local