Annotation Type SdkInternalApi
@Documented
@Target({PACKAGE,TYPE,FIELD,CONSTRUCTOR,METHOD})
@SdkProtectedApi
public @interface SdkInternalApi
Marks APIs that should not be used by SDK users and are internal to the AWS SDK for Java v2, subject to change without notice.
WARNING: Elements annotated with @SdkInternalApi are not part of the public API.
They may be modified or removed in any release without warning, including minor and patch releases.
Intended for: Internal SDK implementation only. This annotation indicates that the marked element should not be used outside its defining module.
- See Also: