-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface StubApi
Flags code that has almost no API. Stub API is a dummy placeholder for real API. This annotation describes cases where implementation exists, but it is not properly exposed. To describe non-existent implementation, useStubCode
.