aerospike-scala icon indicating copy to clipboard operation
aerospike-scala copied to clipboard

Subrojects import

Open optician opened this issue 8 years ago • 0 comments

Instead of working just with aerospikescala DSL it's needed to know about aerospikemacro and aerospikedomain subproject. It brings knowledge complexity and misunderstanding.

For example typical import:

import ru.tinkoff.aerospike.dsl.{CallKB, SpikeImpl}
import ru.tinkoff.aerospikemacro.domain.DBCredentials
import ru.tinkoff.aerospikescala.domain.SingleBin
import ru.tinkoff.aerospikemacro.converters._

optician avatar Dec 15 '16 15:12 optician