如何访问Java中导入的类的源代码?

时间:2019-01-04 03:20:16

标签: java android android-studio kotlin

在我正在查看的某些代码中,有此导入语句。 import husaynhakeem.io.facedetector.models.FaceBounds 我如何在这个FaceBounds类中找到代码?我曾尝试查看用户的github,但无法找到实际的类。我发现的唯一类是Facing.ktOrientation.ktmodels.kt,但不是Facebounds类。 https://github.com/husaynhakeem/android-face-detector/tree/master/facedetector/src/main/java/husaynhakeem/io/facedetector/models

1 个答案:

答案 0 :(得分:1)

data class FaceBounds(val id: Int, val box: Rect)

它在models.kt