XmlUtilDeprecatedInternal
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER] )
@RequiresOptIn(message = "This function/type should have been internal to the XmlUtil modules. Its use is deprecated", level = RequiresOptIn.Level.WARNING)
Annotation to signify that the annotated code is internal to the XmlUtil module, and no API stability is guaranteed.
