3
javadoc에서 메소드를 참조하는 방법은 무엇입니까?
@link태그를 사용하여 메소드에 링크하려면 어떻게해야합니까? 나는 바꾸고 싶다: /** * 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 fooBarBaz() 에: /** * Returns the Baz object owned by the Bar …