software.amazon.awssdk.annotations

Annotation Type SdkInternalApi



  • @Target(value={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 as SdkInternalApi. Users of the SDK and the generated clients themselves should not depend on any packages, types, fields, constructors, or methods with this annotation.

Copyright © 2023. All rights reserved.