【发布时间】:2019-04-10 16:34:39
【问题描述】:
这是我的 javadoc
/**
* If you wish to add this fragment to your activity, you must implement {@link com.example.app.BlaActivity BlaActivity}
*
* @return an instance of BlaFragment
*/
BlaActivity 是一个 Kotlin 类。当我使用上面的 javadoc 将鼠标悬停在方法上时,弹出窗口显示:
If you wish to add this fragment to your activity, you must implement
Returns:
an instance of BlaFragment
因此,它不会在弹出窗口中显示我的 Kotlin 类。但是,当我使用 Java 类时它可以正常工作。
Javadoc 不支持 Kotlin 类?
【问题讨论】:
-
你在哪里发展?
-
@dralexnumber Android Studio