ExperimentalXmlUtilApi
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER] )
@RequiresOptIn(message = "This XML Serialization code is not stable and may be subject to binary and source incompatible changes", level = RequiresOptIn.Level.WARNING)
Annotation to signify that the annotated code is experimental, with limited compatibility support.
