Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/
DKey.java318 ensureIsBindingAnnotation(annotationType); in strategyFor()
336 ensureIsBindingAnnotation(annotationType); in strategyFor()
347 private static void ensureIsBindingAnnotation(Class<? extends Annotation> annotationType) { in ensureIsBindingAnnotation() method in Key