mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03:00
mark GenericOCS as deprecated
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
4b05ed662f
commit
199107857f
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue