Package software.amazon.awssdk.annotations


package software.amazon.awssdk.annotations
AWS Java SDK annotations.
  • Annotation Types
    Class
    Description
    Marker interface for generated source codes.
    The class to which this annotation is applied is immutable.
    The class to which this annotation is applied is explicitly mutable, meaning that its state is subject to change between calls.
    The annotated element must not be null.
    The class to which this annotation is applied is not thread-safe.
    An annotation applied during SDK 2.0 developer preview.
    Marker interface for 'internal' APIs that should not be used outside the same module.
    Marker interface for preview and experimental APIs.
    Marker for elements that should only be accessed by the generated clients and not users of the SDK.
    Marker interface for 'public' APIs.
    Marker interface for methods used by test code in the same module.
    The class to which this annotation is applied is thread-safe.
    Used to suppress certain fields from being considered in the spot-bugs rule for toBuilder().