gpt4 book ai didi

eclipse - 如何禁用eclipse注释错误

转载 作者:行者123 更新时间:2023-12-04 06:58:27 24 4
gpt4 key购买 nike

在 eclipse 中,我的项目中出现以下错误:

The annotation @SuppressWarnings is disallowed for this location



你能告诉我如何将这些错误变成警告吗?

谢谢你。

看起来它是 eclipse3.6M5 中的一个错误.这是给我错误的代码。但它在 eclipse3.6M4 中工作正常.
package java.lang.annotation;

/**
* Defines a meta-annotation for indicating that an annotation is automatically
* inherited.
*
* @since 1.5
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.ANNOTATION_TYPE)
public @interface Inherited {
}

最佳答案

如果真的是@SuppressWarnings位置不对那么你无能为力。但是为什么要关闭它呢?

作为任何注释,您可以使用 @SuppressWarnings仅在类、变量声明、参数或方法声明之前。所有其他位置都会给你一个编译错误。

关于eclipse - 如何禁用eclipse注释错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2253615/

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