Searched refs:getAnnotatedFields (Results 1 – 2 of 2) sorted by relevance
67 Set<Field> fields = ReflectionHelper.getAnnotatedFields(clazz, annotationSpec); in AnnotationChecker()
555 public static Set<Field> getAnnotatedFields(Class<?> clazz, String annotationSpec) { in getAnnotatedFields() method in ReflectionHelper