XmlUtilInternal
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER] )
@RequiresOptIn(message = "This function is internal to the XmlUtil modules. No api stability is guaranteed", level = RequiresOptIn.Level.ERROR)
Annotation to signify that the annotated code is internal to the XmlUtil module, and no API stability is guaranteed.
