Searched refs:getAnnotationFieldCount (Results 1 – 1 of 1) sorted by relevance
255 private static int getAnnotationFieldCount(final Class clazz) { in getAnnotationFieldCount() method in Struct531 final FieldInfo[] annotationFields = new FieldInfo[getAnnotationFieldCount(clazz)]; in getClassFieldInfo()