@Target(
) @Retention(CLASS) public @interface Incubating { }
Look reasonable? Especially the use of java.lang.annotation.RetentionPolicy#CLASS...