Attr

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Attr(val name: String = "", val autoTransform: Boolean = true)(source)

Marks a property as an attribute of a JSON:API resource.

Properties

Link copied to clipboard
Link copied to clipboard