mark GenericOCS as deprecated

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-05-14 15:48:35 +02:00
parent 4b05ed662f
commit 199107857f
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -25,8 +25,13 @@ import com.bluelinelabs.logansquare.annotation.JsonObject;
import org.parceler.Parcel;
/**
* Legacy class for the remaining java parceler classes
* that haven't yet been migrated to kotlin data classes
*/
@Parcel
@JsonObject
@Deprecated
public class GenericOCS {
@JsonField(name = "meta")
public GenericMeta meta;