Searched refs:errorsExtraAnnotation (Results 1 – 1 of 1) sorted by relevance
59 List<String> errorsExtraAnnotation = new ArrayList<>(); in checkForAnnotation() local77 errorsExtraAnnotation.add(className + " FIELD: " + field.getName()); in checkForAnnotation()105 errorsExtraAnnotation.add(className + " METHOD: " + method.getName()); in checkForAnnotation()137 if (!errorsExtraAnnotation.isEmpty()) { in checkForAnnotation()141 errorFlatten.append(String.join("\n", errorsExtraAnnotation)); in checkForAnnotation()145 errorsExtraAnnotation.size() + errorsNoAnnotation.size() in checkForAnnotation()