Wie kann ich das @linkTag verwenden, um eine Verknüpfung zu einer Methode herzustellen? Ich will es verändern: /** * 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...