Javadoc for method of anonymous object

后端 未结 1 1650
春和景丽
春和景丽 2021-01-14 10:17

What is the best way to properly and usefully document a function of an anonymous object? I am doing some programming with Soar (API here), and have code that looks somethin

1条回答
  •  借酒劲吻你
    2021-01-14 10:59

    The method should not need any documentation at all, as it's the implementation of an interface, and that interface should be documented. The implementation of an interface behaves according to that.

    0 讨论(0)
提交回复
热议问题