Searched refs:scopingAnnotation (Results 1 – 3 of 3) sorted by relevance
162 public static Scoping forAnnotation(final Class<? extends Annotation> scopingAnnotation) { in forAnnotation() argument163 if (scopingAnnotation == Singleton.class || scopingAnnotation == javax.inject.Singleton.class) { in forAnnotation()170 return visitor.visitScopeAnnotation(scopingAnnotation); in forAnnotation()175 return scopingAnnotation; in forAnnotation()180 return scopingAnnotation.getName(); in forAnnotation()185 scopedBindingBuilder.in(scopingAnnotation); in forAnnotation()
67 public ScopeBinding getScopeBinding(Class<? extends Annotation> scopingAnnotation) {173 ScopeBinding getScopeBinding(Class<? extends Annotation> scopingAnnotation); in getScopeBinding() argument
477 public ScopeBinding getScopeBinding(Class<? extends Annotation> scopingAnnotation) { in getScopeBinding() argument