| Modifier and Type | Class and Description |
|---|---|
interface |
Generated
Marker interface for generated source codes.
|
interface |
Immutable
The class to which this annotation is applied is immutable.
|
interface |
Mutable
The class to which this annotation is applied is explicitly mutable,
meaning that its state is subject to change between calls.
|
interface |
NotThreadSafe
The class to which this annotation is applied is not thread-safe.
|
interface |
ReviewBeforeRelease
An annotation applied during SDK 2.0 developer preview.
|
interface |
SdkInternalApi
Marker interface for 'internal' APIs that should not be used outside the same module.
|
interface |
SdkPreviewApi
Marker interface for preview and experimental APIs.
|
interface |
SdkProtectedApi
Marker for elements that should only be accessed by the generated clients and not users of the
SDK.
|
interface |
SdkPublicApi
Marker interface for 'public' APIs.
|
interface |
SdkTestInternalApi
Marker interface for methods used by test code in the same module.
|
interface |
ThreadSafe
The class to which this annotation is applied is thread-safe.
|
Copyright © 2021. All rights reserved.