Example:
public class TestClassWithUnstableAtStaticFieldLevel { /** * @since 6.0 */ @Unstable public static final String SOMETHING = "something"; }