trait ScalaScopedBindingBuilder extends ScopedBindingBuilderProxy
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaScopedBindingBuilder
- ScopedBindingBuilderProxy
- Proxy
- ScopedBindingBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: ScopedBindingBuilder
- Definition Classes
- ScopedBindingBuilderProxy → Proxy
Concrete Value Members
-
def
asEagerSingleton(): Unit
- Definition Classes
- ScopedBindingBuilderProxy → ScopedBindingBuilder
-
def
equals(that: Any): Boolean
- Definition Classes
- Proxy → Any
-
def
hashCode(): Int
- Definition Classes
- Proxy → Any
- def in[TAnn <: Annotation]()(implicit arg0: ClassTag[TAnn]): Unit
-
def
in(scopeAnnotation: Class[_ <: Annotation]): Unit
- Definition Classes
- ScopedBindingBuilderProxy → ScopedBindingBuilder
-
def
in(scope: Scope): Unit
- Definition Classes
- ScopedBindingBuilderProxy → ScopedBindingBuilder
-
def
toString(): String
- Definition Classes
- Proxy → Any