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