Annotation Type SdkInternalApi
-
@Target({PACKAGE,TYPE,FIELD,CONSTRUCTOR,METHOD}) public @interface SdkInternalApi
Marker interface for 'internal' APIs that should not be used outside the same module. Breaking changes can and will be introduced to elements marked asSdkInternalApi
. Users of the SDK and the generated clients themselves should not depend on any packages, types, fields, constructors, or methods with this annotation.