Jak mogę użyć @linktagu, aby połączyć się z metodą? Chcę się zmienić: /** * 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() do: /** * Returns the Baz object...