gpt4 book ai didi

Javadoc @see 对象方法

转载 作者:IT老高 更新时间:2023-10-28 20:52:45 29 4
gpt4 key购买 nike

我想使用注释 block 中的@see 链接另一个对象的方法
@see 只给了我链接类的选项,而不是方法。

什么是黑客?

public class A {
B bee;

/**
* Just invoking methodB on bee.
* @see B.methodB() <-- There
*/
public methodA() {
bee.methodB();
}
}

public class B {
/**
* The real stuff
*/
public methodB() {
// real stuff
}
}

最佳答案

使用散列而不是点,如:@see B#methodB()

关于Javadoc @see 对象方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12620945/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com