ExperimentalVibrantApi
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.FIELD, AnnotationTarget.VALUE_PARAMETER] )
An annotation to mark APIs that are experimental and subject to change before becoming stable.
This annotation is used to highlight APIs that are not yet finalized and may undergo significant modifications or removals in future releases. Use with caution and consider providing feedback or suggestions for improvements.