Searched defs:suppressedWarnings (Results 1 – 2 of 2) sorted by relevance
241 public static ImmutableSet<String> suppressedWarnings(Element element) { in suppressedWarnings() method in DaggerElements242 SuppressWarnings suppressedWarnings = element.getAnnotation(SuppressWarnings.class); in suppressedWarnings() local
98 SuppressWarnings suppressedWarnings = method.getAnnotation(SuppressWarnings.class); in validateMethod() local