com.ing.baker.il.IngredientDescriptor.scala Maven / Gradle / Ivy
The newest version!
package com.ing.baker.il
import com.ing.baker.types.Type
case class IngredientDescriptor(name: String, `type`: Type)
package com.ing.baker.il
import com.ing.baker.types.Type
case class IngredientDescriptor(name: String, `type`: Type)