Searched refs:isAllDefaultMethods (Results 1 – 2 of 2) sorted by relevance
22 import static com.google.inject.internal.Annotations.isAllDefaultMethods;330 if (isAllDefaultMethods(annotationType)) { in strategyFor()
61 public static boolean isAllDefaultMethods(Class<? extends Annotation> annotationType) { in isAllDefaultMethods() method in Annotations89 isAllDefaultMethods(annotationType), "%s is not all default methods", annotationType); in generateAnnotation()