Annotation Type InDevelopment


@Documented @Retention(SOURCE) @Target({METHOD,TYPE}) public @interface InDevelopment
InDevelopment applies to @Implementation methods and @Implements classes that are affected by changes in unreleased versions of Android.
Only unreleased versions of android, as defined in the AndroidVersions honor this annotation during validation.