XmlElement

@Target(allowedTargets = [AnnotationTarget.FIELD, AnnotationTarget.FUNCTION, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS])
annotation class XmlElement(val value: Boolean = true)

Properties

Link copied to clipboard
val value: Boolean = true