Searched defs:bindScope (Results 1 – 4 of 4) sorted by relevance
85 protected void bindScope(Class<? extends Annotation> scopeAnnotation, in bindScope() method in AbstractModule
148 protected final void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) { in bindScope() method in PrivateModule
234 void bindScope(Class<? extends Annotation> annotationType, Scope scope); in bindScope() method
234 public void bindScope(Class<? extends Annotation> annotationType, Scope scope) { in bindScope() method in Elements.RecordingBinder