Searched refs:getAnnotationsByType (Results 1 – 3 of 3) sorted by relevance
89 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { in getAnnotationsByType() method in Parameter
182 SuppressWarnings[] suppressWarnings = element.getAnnotationsByType(SuppressWarnings.class); in suppressWarnings()
181 … SuppressWarnings[] suppressWarnings = methodElement.getAnnotationsByType(SuppressWarnings.class); in suppressWarnings()