Package software.amazon.smithy.utils
Annotation Type SmithyInternalApi
-
@Target({PACKAGE,TYPE,FIELD,CONSTRUCTOR,METHOD}) public @interface SmithyInternalApi
Annotation used to indicate that an API is considered internal to Smithy and subject to change. Breaking changes can and will be introduced to elements marked asSmithyInternalApi
. Users of Smithy should not depend on any packages, types, fields, constructors, or methods with this annotation.