Annotation Type UnstableApi


@Retention(CLASS) @Target({TYPE,METHOD,PARAMETER,FIELD}) public @interface UnstableApi
Indicates a public API that has references to internal classes and that should change in the next major release. Referenced internal classes are annotated with UsedInApi. Architectural tests consider these annotation to tolerate referencing annotated elements.