Searched refs:getScopeBinding (Results 1 – 5 of 5) sorted by relevance
63 public ScopeBinding getScopeBinding(Class<? extends Annotation> scopingAnnotation) {152 ScopeBinding getScopeBinding(Class<? extends Annotation> scopingAnnotation); in getScopeBinding() method
52 ScopeBinding existing = injector.state.getScopeBinding(annotationType); in visit()
88 public ScopeBinding getScopeBinding(Class<? extends Annotation> annotationType) { in getScopeBinding() method in InheritingState90 return scopeBinding != null ? scopeBinding : parent.getScopeBinding(annotationType); in getScopeBinding()
258 ScopeBinding scope = injector.state.getScopeBinding(scopeAnnotation);
450 public ScopeBinding getScopeBinding(Class<? extends Annotation> scopingAnnotation) { in getScopeBinding() method in WeakKeySetTest.TestState