All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ecwid.apiclient.v3.responsefields.ResponseFieldsOverride.kt Maven / Gradle / Ivy

package com.ecwid.apiclient.v3.responsefields

/**
 * Response fields override
 *
 * [fields] - internal representation of object, if empty allow all fields
 *
 * Override response field parameter in data class.
 * Used in [ResponseFieldsBuilder]
 */
@Target(AnnotationTarget.CLASS, AnnotationTarget.FIELD, AnnotationTarget.PROPERTY)
annotation class ResponseFieldsOverride(
	val fields: Array
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy