Annotation Type SdkInternalApi


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