ScopeStorage

com.softwaremill.macwire.scopes.ScopeStorage
trait ScopeStorage

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def get(key: String): Option[Any]
def set(key: String, value: Any): Unit