All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.CompilationUnit.scala Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package avrohugger
package models

import java.nio.file.Path

case class CompilationUnit(maybeFilePath: Option[Path], codeString: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy