简体   繁体   English

Java抑制警告“X标记为不稳定”

[英]Java Suppress Warning “X is marked unstable”

I am using the MediaType from Google.common and it is marked as @Beta . 我使用的是来自Google.common的MediaType ,它被标记为@Beta I'd like to suppress warnings that this is marked as unstable. 我想压制一些标记为不稳定的警告。

What's the @SuppressWarnings key do I need to use? 我需要使用什么@SuppressWarnings键?

您可以使用@SuppressWarnings("UnstableApiUsage")来抑制这些警告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM