10051006100710081009101010111012101310141015
if (filterNonInherited) { Class<? extends Annotation> annotationType = a.annotationType(); Inherited inherited = annotationType.getAnnotation(Inherited.class); if (inherited == null) continue; }
409410411412413414415416417418419
if (filterNonInherited) { Class<? extends Annotation> annotationType = a.annotationType(); Inherited inherited = annotationType.getAnnotation(Inherited.class); if (inherited == null) continue; } list.add(a);
10421043104410451046104710481049105010511052
408409410411412413414415416417418