3
Làm thế nào để tham khảo một phương thức trong javadoc?
Làm cách nào tôi có thể sử dụng @linkthẻ để liên kết đến một phương thức? Tôi muốn thay đổi: /** * Returns the Baz object owned by the Bar object owned by Foo owned by this. * A convenience method, equivalent to getFoo().getBar().getBaz() * @return baz */ public Baz …