Home
last modified time | relevance | path

Searched refs:isAllDefaultMethods (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/
DKey.java22 import static com.google.inject.internal.Annotations.isAllDefaultMethods;
330 if (isAllDefaultMethods(annotationType)) { in strategyFor()
/external/guice/core/src/com/google/inject/internal/
DAnnotations.java61 public static boolean isAllDefaultMethods(Class<? extends Annotation> annotationType) { in isAllDefaultMethods() method in Annotations
89 isAllDefaultMethods(annotationType), "%s is not all default methods", annotationType); in generateAnnotation()