Skip to content

Instantly share code, notes, and snippets.

View kalys's full-sized avatar

Kalys Osmonov kalys

View GitHub Profile
// ...
import com.escalatesoft.subcut.inject._
import NewBindingModule._
//...
trait SomeService {
def name:String
}
object RealService extends SomeService {