Experimental Komoju Payment Api
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS ] )
Annotation used to mark APIs in the Komoju SDK as experimental. This indicates that the annotated feature or API is subject to change in future releases. Users should be cautious and thoroughly test their code after updating the SDK version.
The annotation requires explicit opt-in to use the marked elements.
A warning will be shown when using experimental APIs.
See also
to learn more about Kotlin's opt-in mechanism.