简体   繁体   中英

Java Suppress Warning “X is marked unstable”

I am using the MediaType from Google.common and it is marked as @Beta . I'd like to suppress warnings that this is marked as unstable.

What's the @SuppressWarnings key do I need to use?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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