我正在使用 Google Eclipse 插件来创建一个应用引擎连接的 android 应用程序。在 android 项目中,我只能看到关于我的端点方法的一般无意义的评论。有没有办法让我的自定义评论显示?
(回想一下,在 Eclipse 中,您可以通过将鼠标放在方法名称上来查看方法的 Java 文档。)
这是一个通用注释的示例:
Create a request for the method "register".
This request holds the parameters needed by the Pouton server. After setting any
optional parameters, call the `Register.execute()` method to invoke the remote operation.