in src/main/scala/com/spotify/scio/AnnotationTypeInjector.scala [115:125]
def hash(owner: String, srcFile: String): String =
Hashing
.murmur3_32_fixed()
.newHasher()
.putString(owner, StandardCharsets.UTF_8)
.putString(srcFile, StandardCharsets.UTF_8)
.hash()
.toString
}
trait AnnotationTypeInjector extends SyntheticMembersInjector {