Java Suppress Warning "X is marked unstable"

Kousha :

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?

Mureinik :

You can use @SuppressWarnings("UnstableApiUsage") to suppress those warnings.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=35968&siteId=1