mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
mark GenericOCS as deprecated
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
4b05ed662f
commit
199107857f
@ -25,8 +25,13 @@ import com.bluelinelabs.logansquare.annotation.JsonObject;
|
|||||||
|
|
||||||
import org.parceler.Parcel;
|
import org.parceler.Parcel;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legacy class for the remaining java parceler classes
|
||||||
|
* that haven't yet been migrated to kotlin data classes
|
||||||
|
*/
|
||||||
@Parcel
|
@Parcel
|
||||||
@JsonObject
|
@JsonObject
|
||||||
|
@Deprecated
|
||||||
public class GenericOCS {
|
public class GenericOCS {
|
||||||
@JsonField(name = "meta")
|
@JsonField(name = "meta")
|
||||||
public GenericMeta meta;
|
public GenericMeta meta;
|
||||||
|
Loading…
Reference in New Issue
Block a user